intarsys PDF library API

de.intarsys.pdf.st
Class STXRefSubsection

java.lang.Object
  extended by de.intarsys.pdf.st.STXRefSubsection

public class STXRefSubsection
extends Object

A XRef subsection in a pdf document.

A XRef section consists of at least one subsection. The subsections describe the objects that have changed with regard to the previous document version.

Each subsection contains entries for a contiguous range of objects. The serialized form starts with 2 number, the object number of the first entry and the number of entries. Following this ther is one line for each enty in the form In Use entry: offset[10] " " generation[5] " " n eol[2] Free entry: next free[10] " " generation[5] " " f eol[2]


Constructor Summary
STXRefSubsection(STXRefSection xRefSection, int start)
           
 
Method Summary
 int getSize()
           
 int getStart()
           
 int getStop()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

STXRefSubsection

public STXRefSubsection(STXRefSection xRefSection,
                        int start)
Method Detail

getStart

public int getStart()

getStop

public int getStop()

getSize

public int getSize()

intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.