Modifier and Type | Method and Description |
---|---|
int |
compareTo(MFile o) |
java.lang.Object |
getAuxInfo() |
long |
getLastModified()
Get time of last modification at the time the MFile object was created
|
long |
getLength()
Size of file in bytes
|
java.lang.String |
getName()
The name is the farthest element from the root in the directory hierarchy.
|
MFile |
getParent()
Get the parent of this
|
java.lang.String |
getPath()
Get full path name, replace \\ with /
|
boolean |
isDirectory() |
void |
setAuxInfo(java.lang.Object info) |
long getLastModified()
long getLength()
boolean isDirectory()
java.lang.String getPath()
java.lang.String getName()
MFile getParent() throws java.io.IOException
java.io.IOException
java.lang.Object getAuxInfo()
void setAuxInfo(java.lang.Object info)