|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.das2.util.filesystem.FileSystem.DirectoryEntry
public class FileSystem.DirectoryEntry
DirectoryEntry defines a structure for containing directory entry data.
Field Summary | |
---|---|
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 Summary | |
---|---|
FileSystem.DirectoryEntry()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String name
public char type
public long size
public long modified
Constructor Detail |
---|
public FileSystem.DirectoryEntry()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |