public class COSNull extends COSBase
| Modifier and Type | Field and Description | 
|---|---|
| static COSNull | NULLThe one null object in the system. | 
| static byte[] | NULL_BYTESThe null token. | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | accept(ICOSVisitor visitor)visitor pattern double dispatch method. | 
| void | writePDF(OutputStream output)This will output this string as a PDF object. | 
getCOSObject, getFilterManager, isDirect, isNeedToBeUpdate, setDirect, setNeedToBeUpdatepublic static final byte[] NULL_BYTES
public static final COSNull NULL
public Object accept(ICOSVisitor visitor) throws COSVisitorException
accept in class COSBasevisitor - The object to notify when visiting this object.COSVisitorException - If an error occurs while visiting this object.public void writePDF(OutputStream output) throws IOException
output - The stream to write to.IOException - If there is an error writing to the stream.Copyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.