de.intarsys.pdf.st
Class AbstractXRefWriter
java.lang.Object
de.intarsys.pdf.st.AbstractXRefWriter
- Direct Known Subclasses:
- XRefStreamWriter, XRefTrailerWriter
public abstract class AbstractXRefWriter
- extends Object
An abstract superclass for implementing a XRef serializer.
STARTXREF
public static final byte[] STARTXREF
AbstractXRefWriter
public AbstractXRefWriter(COSWriter cosWriter)
getCosWriter
public COSWriter getCosWriter()
visitFromCompressed
public void visitFromCompressed(STXRefEntryCompressed entry)
throws XRefEntryVisitorException
- Throws:
XRefEntryVisitorException
visitFromFree
public void visitFromFree(STXRefEntryFree entry)
throws XRefEntryVisitorException
- Throws:
XRefEntryVisitorException
visitFromOccupied
public void visitFromOccupied(STXRefEntryOccupied entry)
throws XRefEntryVisitorException
- Throws:
XRefEntryVisitorException
writeXRef
public void writeXRef(STXRefSection xRefSection)
throws IOException
- Throws:
IOException
Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.