java.lang.Object
org.sejda.sambox.cos.COSBase
org.sejda.sambox.cos.COSNull
- All Implemented Interfaces:
COSObjectable
This class represents a null PDF object.
- Author:
- Ben Litchfield
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(COSVisitor visitor) Visitor pattern for the COS model objectsvoidAssign an id to thisCOSBaseif it doesn't have one already.toString()Methods inherited from class org.sejda.sambox.cos.COSBase
getCOSObject, hasId, id
-
Field Details
-
NULL
The one null object in the system.
-
-
Method Details
-
accept
Description copied from class:COSBaseVisitor pattern for the COS model objects- Specified by:
acceptin classCOSBase- Throws:
IOException
-
toString
-
idIfAbsent
Description copied from class:COSBaseAssign an id to thisCOSBaseif it doesn't have one already.- Overrides:
idIfAbsentin classCOSBase
-