java.lang.Object
com.adobe.internal.pdftoolkit.core.types.ASObject
com.adobe.internal.pdftoolkit.core.types.ASNull

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

    • ASNull

      public ASNull()
      Constructor.
  • Method Details

    • 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