Uses of Class
org.apache.pdfbox.persistence.util.COSObjectKey

Packages that use COSObjectKey
org.apache.pdfbox.cos These are the low level objects that make up a PDF document. 
org.apache.pdfbox.pdfwriter This is the persistence layer used to write the PDFBox documents to a stream. 
 

Uses of COSObjectKey in org.apache.pdfbox.cos
 

Methods in org.apache.pdfbox.cos that return types with arguments of type COSObjectKey
 Map<COSObjectKey,Integer> COSDocument.getXrefTable()
          Returns the xrefTable which is a mapping of ObjectKeys to byte offsets in the file.
 

Methods in org.apache.pdfbox.cos with parameters of type COSObjectKey
 COSObject COSDocument.getObjectFromPool(COSObjectKey key)
          This will get an object from the pool.
 void COSDocument.setXRef(COSObjectKey objKey, int offset)
          Used to populate the XRef HashMap.
 

Uses of COSObjectKey in org.apache.pdfbox.pdfwriter
 

Methods in org.apache.pdfbox.pdfwriter that return COSObjectKey
 COSObjectKey COSWriterXRefEntry.getKey()
          This will get the Object key.
 

Constructors in org.apache.pdfbox.pdfwriter with parameters of type COSObjectKey
COSWriterXRefEntry(long start, COSBase obj, COSObjectKey keyValue)
          COSWriterXRefEntry constructor comment.
 



Copyright © 2002-2010 The Apache Software Foundation. All Rights Reserved.