public static class FileSystem.DirectoryEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
long |
modified
modified date, in seconds since 1970.
|
java.lang.String |
name
the name within the context of the directory.
|
long |
size
the length in bytes of the entry
|
char |
type
the type of entry.
|
Constructor and Description |
---|
DirectoryEntry() |