org.pdfbox.cos
Class COSNull
- COSObjectable
This class represents a null PDF object.
Object | accept(ICOSVisitor visitor)- visitor pattern double dispatch method.
|
void | writePDF(OutputStream output)- This will output this string as a PDF object.
|
NULL
public static final COSNull NULL
The one null object in the system.
NULL_BYTES
public static final byte[] NULL_BYTES
The null token.
accept
public Object accept(ICOSVisitor visitor)
throws COSVisitorException visitor pattern double dispatch method.
- accept in interface COSBase
visitor - The object to notify when visiting this object.
- any object, depending on the visitor implementation, or null
writePDF
public void writePDF(OutputStream output)
throws IOException This will output this string as a PDF object.
output - The stream to write to.