de.intarsys.pdf.st
Class STXRefSubsection
java.lang.Object
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]
STXRefSubsection
public STXRefSubsection(STXRefSection xRefSection,
int start)
getSize
public int getSize()
getStart
public int getStart()
getStop
public int getStop()
Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.