Class Manifest

java.lang.Object
com.independentsoft.office.odf.Manifest

public class Manifest extends Object
Represents a collection of FileEntry objects.
  • Constructor Details

    • Manifest

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

      public Manifest(byte[] buffer) throws XMLStreamException
      Instantiates a new manifest.
      Parameters:
      buffer - the buffer
      Throws:
      XMLStreamException - the xML stream exception
  • Method Details

    • clone

      public Manifest clone()
      Creates a new object that is a deep copy of the current instance.
      Overrides:
      clone in class Object
      Returns:
      A new object that is a copy of this instance.
    • toString

      public String toString()
      Converts the value of the current Manifest object to its equivalent string representation.
      Overrides:
      toString in class Object
      Returns:
      the string
    • getFileEntryTable

      public HashMap<String,​FileEntry> getFileEntryTable()
      Gets the file entry table.
      Returns:
      the file entry table