org.apache.pdfbox.pdfparser
Class VisualSignatureParser
java.lang.Object
org.apache.pdfbox.pdfparser.BaseParser
org.apache.pdfbox.pdfparser.VisualSignatureParser
public class VisualSignatureParser
- extends BaseParser
|
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 |
VisualSignatureParser
public VisualSignatureParser(InputStream input)
throws IOException
- Constructor.
- Parameters:
input - the inputstream to be read.
- Throws:
IOException - If something went wrong
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.