org.apache.pdfbox.pdfparser
Class VisualSignatureParser

java.lang.Object
  extended by org.apache.pdfbox.pdfparser.BaseParser
      extended by org.apache.pdfbox.pdfparser.VisualSignatureParser

public class VisualSignatureParser
extends BaseParser


Field Summary
 
Fields inherited from class org.apache.pdfbox.pdfparser.BaseParser
DEF, document, ENDOBJ, ENDSTREAM, FORCE_PARSING, forceParsing, pdfSource, PROP_PUSHBACK_SIZE
 
Constructor Summary
VisualSignatureParser(java.io.InputStream input)
          Constructor.
 
Method Summary
 COSDocument getDocument()
          Returns the underlying COSDocument.
 void parse()
          
 
Methods inherited from class org.apache.pdfbox.pdfparser.BaseParser
isClosing, isClosing, isEndOfName, isEOL, isEOL, isWhitespace, isWhitespace, parseBoolean, parseCOSArray, parseCOSDictionary, parseCOSName, parseCOSStream, parseCOSString, parseDirObject, readExpectedString, readInt, readLine, readString, readString, setDocument, skipSpaces
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VisualSignatureParser

public VisualSignatureParser(java.io.InputStream input)
                      throws java.io.IOException
Constructor.

Parameters:
input - the inputstream to be read.
Throws:
java.io.IOException - If something went wrong
Method Detail

parse

public void parse()
           throws java.io.IOException

Throws:
java.io.IOException

getDocument

public COSDocument getDocument()
                        throws java.io.IOException
Returns the underlying COSDocument.

Returns:
the COSDocument
Throws:
java.io.IOException - If something went wrong