Class IndirectCOSObjectIdentifier

java.lang.Object
org.sejda.sambox.cos.IndirectCOSObjectIdentifier

public final class IndirectCOSObjectIdentifier extends Object
Represent and indirect object identifier (as defined by chap. 7.3.10 of PDF 32000-1:2008 spec) with an additional information to identify the document this object belongs to.
Author:
Andrea Vacondio
  • Field Details

    • objectIdentifier

      public final COSObjectKey objectIdentifier
    • ownerIdentifier

      public final String ownerIdentifier
  • Constructor Details

    • IndirectCOSObjectIdentifier

      public IndirectCOSObjectIdentifier(COSObjectKey objectIdentifier, String ownerIdentifier)
  • Method Details