public final class COSNull extends COSBase
| Modifier and Type | Field and Description |
|---|---|
static COSNull |
NULL
The one null object in the system.
|
static byte[] |
NULL_BYTES
The null token.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ICOSVisitor visitor)
Visitor pattern double dispatch method.
|
String |
toString() |
void |
writePDF(OutputStream output)
This will output this string as a PDF object.
|
public static final byte[] NULL_BYTES
public static final COSNull NULL
public void accept(ICOSVisitor visitor) throws IOException
accept in class COSBasevisitor - The object to notify when visiting this object.IOException - 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–2022 The Apache Software Foundation. All rights reserved.