public class CacheDirectoryProto extends Object implements Externalizable
| Modifier and Type | Field and Description |
|---|---|
protected long |
lastModified |
protected String |
path |
| Constructor and Description |
|---|
CacheDirectoryProto() |
CacheDirectoryProto(File dir) |
| Modifier and Type | Method and Description |
|---|---|
CacheFileProto[] |
getChildren() |
long |
getLastModified() |
String |
getPath() |
boolean |
notModified() |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
protected String path
protected long lastModified
public CacheDirectoryProto()
public CacheDirectoryProto(File dir)
public String getPath()
public long getLastModified()
public boolean notModified()
public CacheFileProto[] getChildren()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 1999–2013 UCAR/Unidata. All rights reserved.