java.lang.Object
com.independentsoft.io.structuredstorage.DirectoryEntry
com.independentsoft.io.structuredstorage.Storage
All Implemented Interfaces:
Comparable<DirectoryEntry>

public class Storage extends 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.
  • Constructor Details

    • Storage

      public Storage()
      Initializes a new instance of the Storage class.
    • Storage

      public Storage(String name)
      Initializes a new instance of the Storage class.
      Parameters:
      name - Storage name.
  • Method Details

    • getDirectoryEntries

      public DirectoryEntryList getDirectoryEntries()
      Gets collection of DirectoryEntry.
      Returns:
      the directory entries