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 Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.