Class HPBFDocument

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public final class HPBFDocument
    extends POIReadOnlyDocument
    This class provides the basic functionality for HPBF, our implementation of the publisher file format.
    • Constructor Detail

      • HPBFDocument

        public HPBFDocument​(POIFSFileSystem fs)
                     throws java.io.IOException
        Opens a new publisher document
        Throws:
        java.io.IOException
      • HPBFDocument

        public HPBFDocument​(java.io.InputStream inp)
                     throws java.io.IOException
        Throws:
        java.io.IOException
      • HPBFDocument

        public HPBFDocument​(DirectoryNode dir)
                     throws java.io.IOException
        Opens an embedded publisher document, at the given directory.
        Throws:
        java.io.IOException