Class ASObject
java.lang.Object
com.adobe.internal.pdftoolkit.core.types.ASObject
- Direct Known Subclasses:
ASArray,ASBoolean,ASCoordinate,ASDate,ASDictionary,ASMatrix,ASName,ASNull,ASNumber,ASQuad,ASRectangle,ASString
This class represents non-cos PDF objects.
-
Method Summary
Modifier and TypeMethodDescriptionabstract voidwrite(OutputByteStream outputByteStream) Writes the ASObject to the given OutputStream in the format expected by the PDF Spec.
-
Method Details
-
write
Writes the ASObject to the given OutputStream in the format expected by the PDF Spec.- Parameters:
outputByteStream- OutputByteStream to write to.- Throws:
PDFIOException- exception from OutputStream
-