Class RootDirectoryEntry

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

public class RootDirectoryEntry extends 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.
  • Method Details

    • getName

      public String getName()
      Gets root name name.
      Overrides:
      getName in class DirectoryEntry
      Returns:
      String value "Root Entry".
    • getDirectoryEntries

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