|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pdfclown.util.parsers.PostScriptParser
org.pdfclown.tokens.BaseParser
org.pdfclown.documents.contents.tokens.ContentParser
public final class ContentParser
Content stream parser [PDF:1.6:3.7.1].
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.pdfclown.util.parsers.PostScriptParser |
---|
PostScriptParser.TokenTypeEnum |
Constructor Summary | |
---|---|
ContentParser(byte[] data)
|
|
ContentParser(IInputStream stream)
|
Method Summary | |
---|---|
ContentObject |
parseContentObject()
Parses the next content object [PDF:1.6:4.1]. |
List<ContentObject> |
parseContentObjects()
Parses the next content objects. |
Operation |
parseOperation()
Parses the next operation. |
PdfDirectObject |
parsePdfObject()
Parses the current PDF object [PDF:1.6:3.2]. |
Methods inherited from class org.pdfclown.tokens.BaseParser |
---|
moveNext, parsePdfObject |
Methods inherited from class org.pdfclown.util.parsers.PostScriptParser |
---|
close, finalize, getHex, getLength, getPosition, getStream, getToken, getToken, getTokenType, hashCode, isDelimiter, isEOL, isWhitespace, moveNext, seek, setToken, setTokenType, skip, skipEOL, skipWhitespace |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContentParser(IInputStream stream)
public ContentParser(byte[] data)
Method Detail |
---|
public ContentObject parseContentObject()
public List<ContentObject> parseContentObjects()
public Operation parseOperation()
public PdfDirectObject parsePdfObject()
BaseParser
parsePdfObject
in class BaseParser
|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |