Class ObjectStreamManager


  • class ObjectStreamManager
    extends java.lang.Object
    Manages a collection of object streams, creating new streams as necessary to keep the number of objects in each stream at the recommended value. Streams are related to each other through the use of the Extends entry in the stream dictionary.
    • Field Detail

      • OBJECT_STREAM_CAPACITY

        private static final int OBJECT_STREAM_CAPACITY
        See Also:
        Constant Field Values
      • numObjectsInStream

        private int numObjectsInStream
      • currentObjectStream

        private ObjectStream currentObjectStream
    • Constructor Detail

      • ObjectStreamManager

        ObjectStreamManager​(PDFDocument pdfDocument)
    • Method Detail

      • createObjectStream

        private void createObjectStream()