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, forceParsing, pdfSource, PROP_PUSHBACK_SIZE
 
Constructor Summary
VisualSignatureParser(InputStream input)
          Constructor.
 
Method Summary
 COSDocument getDocument()
          Returns the underlying COSDocument.
 void parse()
          This will parse the tokens making up the visual signature.
 
Methods inherited from class org.apache.pdfbox.pdfparser.BaseParser
clearResources, isClosing, isClosing, isEndOfName, isEOL, isEOL, isWhitespace, isWhitespace, parseBoolean, parseCOSArray, parseCOSDictionary, parseCOSName, parseCOSStream, parseCOSString, parseCOSString, parseDirObject, readExpectedString, readGenerationNumber, readInt, readLine, readLong, readObjectNumber, readString, readString, readStringNumber, readUntilEndStream, 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(InputStream input)
                      throws IOException
Constructor.

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

parse

public void parse()
           throws IOException
This will parse the tokens making up the visual signature.

Throws:
IOException - If there is an error while parsing the visual signature.

getDocument

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

Returns:
the COSDocument
Throws:
IOException - If something went wrong


Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.