public class NotSeekableCOSParser extends NotSeekableBaseParser
| Modifier and Type | Field and Description |
|---|---|
protected COSDocument |
document |
protected boolean |
flag |
protected Queue<Long> |
integers |
protected COSKey |
keyOfCurrentObject |
protected Queue<COSObject> |
objects |
isPSParser, source| Constructor and Description |
|---|
NotSeekableCOSParser(ASInputStream stream) |
NotSeekableCOSParser(ASInputStream stream,
boolean isPSParser) |
NotSeekableCOSParser(ASInputStream stream,
COSDocument document) |
| Modifier and Type | Method and Description |
|---|---|
protected COSObject |
getArray() |
protected COSObject |
getDictionary() |
protected COSObject |
getName() |
COSObject |
nextObject()
Gets next object from the source.
|
close, extendArray, findKeyword, findKeyword, getLineBytes, getToken, initializeToken, isCR, isDigit, isDigit, isEndOfComment, isFF, isLF, nextToken, readLine, readNumber, readUntilDelimiter, skipSpaces, skipSpaces, skipStreamSpacesprotected COSDocument document
protected COSKey keyOfCurrentObject
protected boolean flag
public NotSeekableCOSParser(ASInputStream stream) throws IOException
IOExceptionpublic NotSeekableCOSParser(ASInputStream stream, boolean isPSParser) throws IOException
IOExceptionpublic NotSeekableCOSParser(ASInputStream stream, COSDocument document) throws IOException
IOExceptionpublic COSObject nextObject() throws IOException
IOExceptionprotected COSObject getArray() throws IOException
IOExceptionprotected COSObject getName() throws IOException
IOExceptionprotected COSObject getDictionary() throws IOException
IOExceptionCopyright © 2015–2018 The veraPDF Consortium. All rights reserved.