public class COSXRefEntry extends Object
Modifier and Type | Field and Description |
---|---|
char |
free
Is 'f' is entry is free and 'n' otherwise.
|
int |
generation
Is generation number for this entry.
|
long |
offset
Is offset of object in the document.
|
Constructor and Description |
---|
COSXRefEntry()
Default constructor that initializes offset and generation with zeroes,
entry is marked as in-use.
|
COSXRefEntry(long offset,
int generation)
Constructor from offset and generation.
|
COSXRefEntry(long offset,
int generation,
char free)
Constructor setting offset, generation and free value.
|
public long offset
public int generation
public char free
public COSXRefEntry()
public COSXRefEntry(long offset, int generation)
offset
- is offset of object represented by this entry.generation
- is generation of object represented by this entry.public COSXRefEntry(long offset, int generation, char free)
offset
- is offset of object represented by this entry.generation
- is generation of object represented by this entry.free
- is 'f' is entry is free and 'n' otherwise.Copyright © 2015–2019 The veraPDF Consortium. All rights reserved.