Class RootDirectoryEntry
java.lang.Object
com.independentsoft.io.structuredstorage.DirectoryEntry
com.independentsoft.io.structuredstorage.RootDirectoryEntry
- All Implemented Interfaces:
Comparable<DirectoryEntry>
Represents a root node. RootDirectoryEntry object in a compound file that must be accessed before any other Storage objects and Stream objects are referenced. It is the uppermost parent object in the storage object and stream object hierarchy.
-
Field Summary
Fields inherited from class com.independentsoft.io.structuredstorage.DirectoryEntry
buffer, childSid, classId, color, createdTime, directoryEntries, lastModifiedTime, leftSiblingSid, name, parent, PROPERTY_TYPE, rightSiblingSid, size, startSector, type, userFlags -
Method Summary
Methods inherited from class com.independentsoft.io.structuredstorage.DirectoryEntry
compareTo, getClassId, getCreatedTime, getLastModifiedTime, getSize, setClassId, setName
-
Method Details
-
getName
Gets root name name.- Overrides:
getNamein classDirectoryEntry- Returns:
- String value "Root Entry".
-
getDirectoryEntries
Gets the directory entries.- Returns:
- the directory entries
-