|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FileEntry
An entry in a loop-fs file system. Paths within the file system are unix-like ("/" separated hierarchy of folders and files).
| Method Summary | |
|---|---|
long |
getLastModifiedTime()
Returns the last modified time for this entry, in milliseconds. |
String |
getName()
Returns the entry name (the last entry of the path). |
String |
getPath()
Returns the relative entry path. |
long |
getSize()
Returns the size, in bytes, of the data represented by this entry. |
boolean |
isDirectory()
Returns whether this entry represents a directory. |
| Method Detail |
|---|
String getName()
String getPath()
long getLastModifiedTime()
boolean isDirectory()
long getSize()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||