public interface DisposableCOSObject extends COSObjectable
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.| Modifier and Type | Method and Description |
|---|---|
void |
releaseCOSObject()
release the object wrapped by this
COSObjectable |
getCOSObjectvoid releaseCOSObject()
COSObjectableCopyright © 2020 sejda. All rights reserved.