Class ExistingIndirectCOSObject

java.lang.Object
org.sejda.sambox.cos.COSBase
org.sejda.sambox.input.ExistingIndirectCOSObject
All Implemented Interfaces:
COSObjectable, DisposableCOSObject

public class ExistingIndirectCOSObject extends COSBase implements DisposableCOSObject
An indirect object belonging to an existing pdf document. Indirect objects are defined in Chap 7.3.10 of PDF 32000-1:2008. The COSBase wrapped by an ExistingIndirectCOSObject is loaded on demand by querying the associated IndirectObjectsProvider when the getCOSObject() is called.
Author:
Andrea Vacondio