Class JBIG2SegmentReader.JBIG2Page

  • Enclosing class:
    JBIG2SegmentReader

    public static class JBIG2SegmentReader.JBIG2Page
    extends java.lang.Object
    Inner class that holds information about a JBIG2 page.
    Since:
    2.1.5
    • Method Detail

      • getData

        public byte[] getData​(boolean for_embedding)
                       throws java.io.IOException
        return as a single byte array the header-data for each segment in segment number order, EMBEDDED organization, but i am putting the needed segments in SEQUENTIAL organization. if for_embedding, skip the segment types that are known to be not for acrobat.
        Parameters:
        for_embedding -
        Returns:
        a byte array
        Throws:
        java.io.IOException