intarsys PDF library API

de.intarsys.pdf.st
Class STStreamXRefSection

java.lang.Object
  extended by de.intarsys.pdf.st.STXRefSection
      extended by de.intarsys.pdf.st.STStreamXRefSection

public class STStreamXRefSection
extends STXRefSection

A section in a stream XRef.


Field Summary
static COSName CN_Type_XRef
           
static COSName DK_Index
           
static COSName DK_Type
           
static COSName DK_W
           
 
Fields inherited from class de.intarsys.pdf.st.STXRefSection
DK_XRefStm
 
Constructor Summary
STStreamXRefSection(STDocument doc)
           
STStreamXRefSection(STDocument doc, long offset, COSStream stream)
           
 
Method Summary
 COSDictionary cosGetDict()
          The "trailer" dictionary associated with the XRef section.
 COSObject cosGetObject()
           
 COSStream cosGetStream()
           
 STXRefSection createSuccessor()
           
 AbstractXRefWriter getWriter(COSWriter cosWriter)
           
 void setIndex(COSArray index)
           
 
Methods inherited from class de.intarsys.pdf.st.STXRefSection
addEntry, contains, cosGetEncryption, cosSetEncryption, entryIterator, getDoc, getEntry, getID, getIncrementalCount, getMaxObjectNumber, getOffset, getPrevious, getPreviousOffset, getSize, getStart, getXRefSubsection, load, subsectionIterator
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DK_Type

public static final COSName DK_Type

CN_Type_XRef

public static final COSName CN_Type_XRef

DK_Index

public static final COSName DK_Index

DK_W

public static final COSName DK_W
Constructor Detail

STStreamXRefSection

public STStreamXRefSection(STDocument doc,
                           long offset,
                           COSStream stream)

STStreamXRefSection

public STStreamXRefSection(STDocument doc)
Method Detail

cosGetDict

public COSDictionary cosGetDict()
Description copied from class: STXRefSection
The "trailer" dictionary associated with the XRef section.

Specified by:
cosGetDict in class STXRefSection
Returns:
The "trailer" dictionary associated with the XRef section.

cosGetStream

public COSStream cosGetStream()

setIndex

public void setIndex(COSArray index)

createSuccessor

public STXRefSection createSuccessor()
Specified by:
createSuccessor in class STXRefSection

cosGetObject

public COSObject cosGetObject()
Specified by:
cosGetObject in class STXRefSection

getWriter

public AbstractXRefWriter getWriter(COSWriter cosWriter)
Specified by:
getWriter in class STXRefSection

intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.