public interface MFile extends Comparable<MFile>
Modifier and Type | Method and Description |
---|---|
int |
compareTo(MFile o) |
Object |
getAuxInfo() |
long |
getLastModified()
Get time of last modification at the time the MFile object was created
|
long |
getLength()
Size of file in bytes
|
String |
getName() |
String |
getPath()
Get full path name, replace \\ with /
|
boolean |
isDirectory() |
void |
setAuxInfo(Object info) |
long getLastModified()
long getLength()
boolean isDirectory()
String getPath()
String getName()
int compareTo(MFile o)
compareTo
in interface Comparable<MFile>
Object getAuxInfo()
void setAuxInfo(Object info)
Copyright © 1999–2014 UCAR/Unidata. All rights reserved.