|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pdfbox.pdmodel.common.PDStream
org.pdfbox.pdmodel.common.PDObjectStream
A PDStream represents a stream in a PDF document. Streams are tied to a single PDF document.
Constructor Summary | |
PDObjectStream(COSStream str)
Constructor. |
Method Summary | |
static PDObjectStream |
createStream(PDDocument document)
This will create a new PDStream object. |
PDObjectStream |
getExtends()
A reference to an object stream, of which the current object stream is considered an extension. |
int |
getFirstByteOffset()
The byte offset (in the decoded stream) of the first compressed object. |
int |
getNumberOfObjects()
Get the number of compressed object. |
String |
getType()
Get the type of this object, should always return "ObjStm". |
void |
setExtends(PDObjectStream stream)
A reference to an object stream, of which the current object stream is considered an extension. |
void |
setFirstByteOffset(int n)
The byte offset (in the decoded stream) of the first compressed object. |
void |
setNumberOfObjects(int n)
Set the number of objects. |
Methods inherited from class org.pdfbox.pdmodel.common.PDStream |
addCompression, createFromCOS, createInputStream, createOutputStream, getByteArray, getCOSObject, getDecodeParams, getFile, getFileDecodeParams, getFileFilters, getFilters, getInputStreamAsString, getLength, getMetadata, getPartiallyFilteredStream, getStream, setDecodeParams, setFile, setFileDecodeParams, setFileFilters, setFilters, setMetadata |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PDObjectStream(COSStream str)
str
- The stream parameter.Method Detail |
public static PDObjectStream createStream(PDDocument document)
document
- The document that the stream will be part of.
public String getType()
public int getNumberOfObjects()
public void setNumberOfObjects(int n)
n
- The new number of objects.public int getFirstByteOffset()
public void setFirstByteOffset(int n)
n
- The byte offset to the first object.public PDObjectStream getExtends()
public void setExtends(PDObjectStream stream)
stream
- The object stream extension.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |