public class VisualSignatureParser extends BaseParser
DEF, document, ENDOBJ, ENDSTREAM, forceParsing, pdfSource, PROP_PUSHBACK_SIZE
Constructor and Description |
---|
VisualSignatureParser(InputStream input)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
COSDocument |
getDocument()
Returns the underlying COSDocument.
|
void |
parse()
This will parse the tokens making up the visual signature.
|
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
public VisualSignatureParser(InputStream input) throws IOException
input
- the inputstream to be read.IOException
- If something went wrongpublic void parse() throws IOException
IOException
- If there is an error while parsing the visual signature.public COSDocument getDocument() throws IOException
IOException
- If something went wrongCopyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.