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
public abstract class ASObject extends Object
This class represents non-cos PDF objects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidwrite(OutputByteStream outputByteStream)Writes the ASObject to the given OutputStream in the format expected by the PDF Spec.
-
-
-
Method Detail
-
write
public abstract void write(OutputByteStream outputByteStream) throws PDFIOException
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
-
-