public class STXRefEntryFree extends STXRefEntry
| Constructor and Description |
|---|
STXRefEntryFree(int objectNumber,
int generationNumber,
int nextFreeObject) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(de.intarsys.pdf.st.IXRefEntryVisitor visitor) |
STXRefEntry |
copy() |
void |
enqueue(STXRefEntryFree entry)
Add a new free entry in the linked list of free entries.
|
STXRefEntryOccupied |
fill(int pos) |
long |
getColumn1() |
int |
getColumn2() |
int |
getNextFreeObjectNumber() |
boolean |
isFree() |
COSObject |
load(STDocument doc,
ISystemSecurityHandler securityHandler) |
compareTo, getGenerationNumber, getObjectNumber, toStringpublic STXRefEntryFree(int objectNumber,
int generationNumber,
int nextFreeObject)
public void accept(de.intarsys.pdf.st.IXRefEntryVisitor visitor)
throws XRefEntryVisitorException
accept in class STXRefEntryXRefEntryVisitorExceptionpublic STXRefEntry copy()
copy in class STXRefEntrypublic void enqueue(STXRefEntryFree entry)
entry - The new entry to insert in the linked list.public STXRefEntryOccupied fill(int pos)
fill in class STXRefEntrypublic long getColumn1()
getColumn1 in class STXRefEntrypublic int getColumn2()
getColumn2 in class STXRefEntrypublic int getNextFreeObjectNumber()
public boolean isFree()
isFree in class STXRefEntrypublic COSObject load(STDocument doc, ISystemSecurityHandler securityHandler)
load in class STXRefEntryCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.