public class VisualSignatureParser extends BaseParser
DEF, document, ENDOBJ, ENDSTREAM, forceParsing, pdfSource, PROP_PUSHBACK_SIZE
Constructor | Description |
---|---|
VisualSignatureParser(java.io.InputStream input) |
Constructor.
|
Modifier and Type | Method | 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(java.io.InputStream input) throws java.io.IOException
input
- the inputstream to be read.java.io.IOException
- If something went wrongpublic void parse() throws java.io.IOException
java.io.IOException
- If there is an error while parsing the visual signature.public COSDocument getDocument() throws java.io.IOException
java.io.IOException
- If something went wrong