public abstract class AbstractXRefWriter extends Object
| Modifier and Type | Field and Description |
|---|---|
static byte[] |
STARTXREF |
| Constructor and Description |
|---|
AbstractXRefWriter(COSWriter cosWriter) |
| Modifier and Type | Method and Description |
|---|---|
COSWriter |
getCosWriter() |
void |
visitFromCompressed(STXRefEntryCompressed entry) |
void |
visitFromFree(STXRefEntryFree entry) |
void |
visitFromOccupied(STXRefEntryOccupied entry) |
void |
writeXRef(STXRefSection xRefSection) |
public AbstractXRefWriter(COSWriter cosWriter)
public COSWriter getCosWriter()
public void visitFromCompressed(STXRefEntryCompressed entry) throws XRefEntryVisitorException
XRefEntryVisitorExceptionpublic void visitFromFree(STXRefEntryFree entry) throws XRefEntryVisitorException
XRefEntryVisitorExceptionpublic void visitFromOccupied(STXRefEntryOccupied entry) throws XRefEntryVisitorException
XRefEntryVisitorExceptionpublic void writeXRef(STXRefSection xRefSection) throws IOException
IOExceptionCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.