intarsys PDF library API

de.intarsys.pdf.st
Class AbstractXRefParser

java.lang.Object
  extended by de.intarsys.pdf.st.AbstractXRefParser
Direct Known Subclasses:
XRefFallbackParser, XRefStreamParser, XRefTrailerParser

public abstract class AbstractXRefParser
extends Object

An abstract parser for the PDF XRef information.


Constructor Summary
AbstractXRefParser(STDocument doc, COSDocumentParser parser)
           
 
Method Summary
abstract  STXRefSection parse(IRandomAccess randomAcces)
          Parser the STXRefSection from the randomAccess.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractXRefParser

public AbstractXRefParser(STDocument doc,
                          COSDocumentParser parser)
Method Detail

parse

public abstract STXRefSection parse(IRandomAccess randomAcces)
                             throws IOException,
                                    COSLoadException
Parser the STXRefSection from the randomAccess.

Parameters:
randomAcces -
Returns:
The parsed STXRefSection
Throws:
IOException
COSLoadException

intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.