public abstract class STXRefEntry extends Object implements Comparable
The XRef entry describes an object slot in a XRef. The entry consists of an offset in the file, a generation number and a token indicating if this entry is free.
| Modifier and Type | Method and Description |
|---|---|
abstract void |
accept(de.intarsys.pdf.st.IXRefEntryVisitor visitor) |
int |
compareTo(Object obj) |
abstract STXRefEntry |
copy() |
abstract STXRefEntryOccupied |
fill(int pos) |
abstract long |
getColumn1() |
abstract int |
getColumn2() |
int |
getGenerationNumber() |
int |
getObjectNumber() |
abstract boolean |
isFree() |
abstract COSObject |
load(STDocument doc,
ISystemSecurityHandler securityHandler) |
String |
toString() |
public abstract void accept(de.intarsys.pdf.st.IXRefEntryVisitor visitor)
throws XRefEntryVisitorException
XRefEntryVisitorExceptionpublic int compareTo(Object obj)
compareTo in interface Comparablepublic abstract STXRefEntry copy()
public abstract STXRefEntryOccupied fill(int pos)
public abstract long getColumn1()
public abstract int getColumn2()
public int getGenerationNumber()
public int getObjectNumber()
public abstract boolean isFree()
public abstract COSObject load(STDocument doc, ISystemSecurityHandler securityHandler) throws IOException, COSLoadException
IOExceptionCOSLoadExceptionCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.