Uses of Class
org.pdfbox.pdmodel.common.PDObjectStream

Packages that use PDObjectStream
org.pdfbox.pdmodel.common High level PD classes that are used throughout several packages are placed in the PDModel common package. 
 

Uses of PDObjectStream in org.pdfbox.pdmodel.common
 

Methods in org.pdfbox.pdmodel.common that return PDObjectStream
static PDObjectStream PDObjectStream.createStream(PDDocument document)
          This will create a new PDStream object.
 PDObjectStream PDObjectStream.getExtends()
          A reference to an object stream, of which the current object stream is considered an extension.
 

Methods in org.pdfbox.pdmodel.common with parameters of type PDObjectStream
 void PDObjectStream.setExtends(PDObjectStream stream)
          A reference to an object stream, of which the current object stream is considered an extension.