public class STXRefSubsection extends Object
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 and Description |
|---|
STXRefSubsection(STXRefSection xRefSection,
int start) |
public STXRefSubsection(STXRefSection xRefSection, int start)
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.