Interface CompressedObject

    • Method Detail

      • getObjectNumber

        PDFObjectNumber getObjectNumber()
        Returns the object number of this indirect object. Note that a compressed object must have a generation number of 0.
        Returns:
        the object number.
      • output

        int output​(java.io.OutputStream outputStream)
            throws java.io.IOException
        Outputs this object's content into the given stream.
        Parameters:
        outputStream - a stream, likely to be provided by the containing object stream
        Returns:
        the number of bytes written to the stream
        Throws:
        java.io.IOException