Package org.apache.fop.pdf
Class PDFSignature.DocMDP
- java.lang.Object
-
- org.apache.fop.pdf.PDFObject
-
- org.apache.fop.pdf.PDFDictionary
-
- org.apache.fop.pdf.PDFSignature.DocMDP
-
- All Implemented Interfaces:
CompressedObject,PDFWritable
- Enclosing class:
- PDFSignature
class PDFSignature.DocMDP extends PDFDictionary
-
-
Field Summary
-
Fields inherited from class org.apache.fop.pdf.PDFDictionary
entries, order
-
-
Constructor Summary
Constructors Constructor Description DocMDP()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intoutput(java.io.OutputStream stream)Write the PDF represention of this objectbooleansupportsObjectStream()-
Methods inherited from class org.apache.fop.pdf.PDFDictionary
containsKey, get, getChildren, getChildren, keySet, put, put, remove, writeDictionary
-
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, setDocument, setObjectNumber, setObjectNumber, setObjectNumber, setParent, toPDF, toPDFString
-
-
-
-
Method Detail
-
output
public int output(java.io.OutputStream stream) throws java.io.IOExceptionDescription copied from class:PDFDictionaryWrite the PDF represention of this object- Specified by:
outputin interfaceCompressedObject- Overrides:
outputin classPDFDictionary- Parameters:
stream- the stream to write the PDF to- Returns:
- the number of bytes written
- Throws:
java.io.IOException- if there is an error writing to the stream
-
supportsObjectStream
public boolean supportsObjectStream()
- Overrides:
supportsObjectStreamin classPDFObject
-
-