public class PDFT1Stream extends AbstractPDFFontStream
Constructor and Description |
---|
PDFT1Stream() |
Modifier and Type | Method and Description |
---|---|
protected int |
getSizeHint()
Returns a value that hints at the size of the encoded stream.
|
int |
output(java.io.OutputStream stream)
Overload the base object method so we don't have to copy
byte arrays around so much
Overload the base object method so we don't have to copy
byte arrays around so much
Write the PDF represention of this object
|
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.
|
void |
setData(PFBData pfb)
Used to set the PFBData object that represents the embeddable Type 1
font.
|
getDefaultFilterName
encodeAndWriteStream, encodeStream, get, getDictionary, getFilterList, multipleFiltersAllowed, outputStreamData, prepareImplicitFilters, put, setDocument, setupFilterList
contentEquals, encode, encodeBinaryToHexString, encodeString, encodeText, formatObject, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, getParent, hasObjectNumber, makeReference, outputInline, referencePDF, setObjectNumber, setParent, toPDF, toPDFString
protected int getSizeHint() throws java.io.IOException
getSizeHint
in class AbstractPDFStream
java.io.IOException
- in case of an I/O problempublic int output(java.io.OutputStream stream) throws java.io.IOException
output
in class AbstractPDFStream
stream
- the stream to write the PDF tojava.io.IOException
- if there is an error writing to the streamprotected void populateStreamDict(java.lang.Object lengthEntry)
populateStreamDict
in class AbstractPDFStream
lengthEntry
- value for the /Length entryprotected void outputRawStreamData(java.io.OutputStream out) throws java.io.IOException
outputRawStreamData
in class AbstractPDFStream
out
- OutputStream to write tojava.io.IOException
- In case of an I/O problempublic void setData(PFBData pfb) throws java.io.IOException
pfb
- The PFB filejava.io.IOException
- in case of an I/O problemCopyright 1999-2012 The Apache Software Foundation. All Rights Reserved.