|
fop 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.pdf.PDFObject
org.apache.fop.pdf.AbstractPDFStream
org.apache.fop.pdf.PDFStream
org.apache.fop.pdf.ObjectStream
public class ObjectStream
An object stream, as described in section 3.4.6 of the PDF 1.5 Reference.
Field Summary |
---|
Fields inherited from class org.apache.fop.pdf.PDFStream |
---|
data |
Fields inherited from class org.apache.fop.pdf.PDFObject |
---|
log |
Method Summary | |
---|---|
protected void |
outputRawStreamData(java.io.OutputStream out)
Sends the raw stream data to the target OutputStream. |
protected void |
populateStreamDict(java.lang.Object lengthEntry)
Populates the dictionary with all necessary entries for the stream. |
Methods inherited from class org.apache.fop.pdf.PDFStream |
---|
add, getBufferOutputStream, getBufferWriter, getDataLength, getSizeHint, output, setData |
Methods inherited from class org.apache.fop.pdf.AbstractPDFStream |
---|
encodeAndWriteStream, encodeStream, get, getDefaultFilterName, getDictionary, getFilterList, multipleFiltersAllowed, outputStreamData, prepareImplicitFilters, put, setDocument, setupFilterList |
Methods inherited from class org.apache.fop.pdf.PDFObject |
---|
contentEquals, encode, encodeBinaryToHexString, encodeString, encodeText, formatObject, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, getParent, hasObjectNumber, makeReference, outputInline, referencePDF, setObjectNumber, setParent, toPDF, toPDFString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
protected void outputRawStreamData(java.io.OutputStream out) throws java.io.IOException
PDFStream
outputRawStreamData
in class PDFStream
out
- OutputStream to write to
java.io.IOException
- In case of an I/O problemprotected void populateStreamDict(java.lang.Object lengthEntry)
AbstractPDFStream
populateStreamDict
in class AbstractPDFStream
lengthEntry
- value for the /Length entry
|
fop 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |