org.hermit.android.net
Class CachedFile.Entry

java.lang.Object
  extended by org.hermit.android.net.CachedFile.Entry
Enclosing class:
CachedFile

public static final class CachedFile.Entry
extends java.lang.Object

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

url

public final java.net.URL url
The URL of the file that was loaded.


name

public java.lang.String name
The local name of the file.


path

public java.io.File path
The path of the local copy of the file.


date

public long date
The last modified time of the file, as reported by the server, in ms UTC.