Class ASObject

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void write​(OutputByteStream outputByteStream)
      Writes the ASObject to the given OutputStream in the format expected by the PDF Spec.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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