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 Details

    • 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