de.intarsys.pdf.st
Class STXRefEntryOccupied
java.lang.Object
de.intarsys.pdf.st.STXRefEntry
de.intarsys.pdf.st.STXRefEntryOccupied
- All Implemented Interfaces:
- Comparable
public class STXRefEntryOccupied
- extends STXRefEntry
Represents an occupied object entry in a pdf xref table.
STXRefEntryOccupied
public STXRefEntryOccupied(COSObjectKey key,
long offset)
isFree
public boolean isFree()
- Specified by:
isFree
in class STXRefEntry
- See Also:
STXRefEntry.isFree()
load
public COSObject load(STDocument doc,
ISystemSecurityHandler securityHandler)
throws IOException,
COSLoadException
- Specified by:
load
in class STXRefEntry
- Throws:
IOException
COSLoadException
fill
public STXRefEntryOccupied fill(int pos)
- Specified by:
fill
in class STXRefEntry
getOffset
public long getOffset()
setOffset
public void setOffset(long offset)
getColumn1
public long getColumn1()
- Specified by:
getColumn1
in class STXRefEntry
getColumn2
public int getColumn2()
- Specified by:
getColumn2
in class STXRefEntry
accept
public void accept(de.intarsys.pdf.st.IXRefEntryVisitor visitor)
throws XRefEntryVisitorException
- Specified by:
accept
in class STXRefEntry
- Throws:
XRefEntryVisitorException
copy
public STXRefEntry copy()
- Specified by:
copy
in class STXRefEntry
Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.