jPod PDF library

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 there is one line for each entry 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

getSize

public int getSize()

getStart

public int getStart()

getStop

public int getStop()

jPod PDF library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.