public class CacheFile extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected boolean |
isDirectory |
protected long |
lastModified |
protected long |
length |
protected String |
shortName |
Modifier and Type | Method and Description |
---|---|
Object |
getAttribute(String key) |
long |
getLastModified() |
long |
getLength() |
String |
getShortName() |
boolean |
isDirectory() |
void |
setAttribute(String key,
Object value) |
String |
toString() |
protected String shortName
protected long lastModified
protected long length
protected boolean isDirectory
public CacheFile()
public CacheFile(File f)
public String getShortName()
public long getLastModified()
public long getLength()
public boolean isDirectory()
Copyright © 1999–2014 UCAR/Unidata. All rights reserved.