Method Summary |
|
public static PDObjectStream | createStream(PDDocument document) This will create a new PDStream object.
Parameters: document - The document that the stream will be part of. |
public PDObjectStream | getExtends() A reference to an object stream, of which the current object stream is
considered an extension. |
public int | getFirstByteOffset() The byte offset (in the decoded stream) of the first compressed object. |
public int | getNumberOfObjects() Get the number of compressed object. |
public String | getType() Get the type of this object, should always return "ObjStm". |
public void | setExtends(PDObjectStream stream) A reference to an object stream, of which the current object stream is
considered an extension. |
public void | setFirstByteOffset(int n) The byte offset (in the decoded stream) of the first compressed object. |
public void | setNumberOfObjects(int n) Set the number of objects. |