- All Superinterfaces:
COSObjectable
- All Known Implementing Classes:
ExistingIndirectCOSObject,IndirectCOSObjectReference,NonStorableInObjectStreams
A
COSObjectable that can be disposed once no longer need. What "dispose" actually means depends on the
implementation, the idea is to be able to signal that an object is no longer needed (EX. because it has already been
written to the output) and can be freed.- Author:
- Andrea Vacondio
-
Method Summary
Methods inherited from interface org.sejda.sambox.cos.COSObjectable
getCOSObject
-
Method Details
-
releaseCOSObject
void releaseCOSObject()release the object wrapped by thisCOSObjectable
-