Class Storage
java.lang.Object
com.independentsoft.io.structuredstorage.DirectoryEntry
com.independentsoft.io.structuredstorage.Storage
- All Implemented Interfaces:
Comparable<DirectoryEntry>
Contains collection of DirectoryEntry. Storage is analogous to a file system directory. The parent object of a storage object must be another storage object or the RootDirectoryEntry.
-
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets collection of DirectoryEntry.Methods inherited from class com.independentsoft.io.structuredstorage.DirectoryEntry
compareTo, getClassId, getCreatedTime, getLastModifiedTime, getName, getSize, setClassId, setName
-
Constructor Details
-
Storage
public Storage()Initializes a new instance of the Storage class. -
Storage
Initializes a new instance of the Storage class.- Parameters:
name- Storage name.
-
-
Method Details
-
getDirectoryEntries
Gets collection of DirectoryEntry.- Returns:
- the directory entries
-