Class ASNull


  • public class ASNull
    extends ASObject
    This class represents a non-cos NULL.
    • Constructor Summary

      Constructors 
      Constructor Description
      ASNull()
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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
    • Constructor Detail

      • ASNull

        public ASNull()
        Constructor.
    • Method Detail

      • write

        public void write​(OutputByteStream outputByteStream)
                   throws PDFIOException
        Description copied from class: ASObject
        Writes the ASObject to the given OutputStream in the format expected by the PDF Spec.
        Specified by:
        write in class ASObject
        Parameters:
        outputByteStream - OutputByteStream to write to.
        Throws:
        PDFIOException - exception from OutputStream