|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hermit.android.net.CachedFile.Entry
public static final class CachedFile.Entry
Class describing an entry in the cache; i.e. a cached file.
Field Summary | |
---|---|
long |
date
The last modified time of the file, as reported by the server, in ms UTC. |
java.lang.String |
name
The local name of the file. |
java.io.File |
path
The path of the local copy of the file. |
java.net.URL |
url
The URL of the file that was loaded. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final java.net.URL url
public java.lang.String name
public java.io.File path
public long date
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |