Class FSEntry
This class represents a filesystem node.
class FSEntry
;
Methods
Name | Description |
---|---|
getAccessTime
()
|
Returns the access time of this entry. |
getAttributes
()
|
Returns the attributes of this entry. |
getBlocks
()
|
Returns the decompressed version of the entry's block list. |
getCompressedBlocks
()
|
Returns the internal array of blocks in the compressed form. |
getEntryFromPath
(Path)
|
Creates an onject based on the metadata of the supplied file. |
getModificationTime
()
|
Returns the modification time of this entry. |
getPath
()
|
Returns the entry's path. |
isDirectory
()
|
Checks if this entry is a directory. |