Class ASNull
java.lang.Object
com.adobe.internal.pdftoolkit.core.types.ASObject
com.adobe.internal.pdftoolkit.core.types.ASNull
This class represents a non-cos NULL.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwrite(OutputByteStream outputByteStream) Writes the ASObject to the given OutputStream in the format expected by the PDF Spec.
-
Constructor Details
-
ASNull
public ASNull()Constructor.
-
-
Method Details
-
write
Description copied from class:ASObjectWrites the ASObject to the given OutputStream in the format expected by the PDF Spec.- Specified by:
writein classASObject- Parameters:
outputByteStream- OutputByteStream to write to.- Throws:
PDFIOException- exception from OutputStream
-