public class PostscriptParser.PSFixedArray extends PostscriptParser.PSElement
| Modifier and Type | Field | Description |
|---|---|---|
protected int |
binaryLength |
binaryEntries, endPoint, hasMore, operator, readBinary, tokens| Constructor | Description |
|---|---|
PSFixedArray(java.lang.String operator,
int startPoint) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.HashMap<java.lang.Integer,java.lang.String> |
getEntries() |
Gets a map of array entries identified by index
|
void |
parseByte(byte cur,
int pos) |
Passes responsibility for processing the byte stream to the PostScript object
|
void |
parseToken(java.lang.String token,
int curPos) |
Delegates the parse routine to a sub class
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBinaryEntries, getBinaryEntryByIndex, getEndPoint, getFoundUnexpected, getOperator, getStartPoint, hasMore, isInteger, parse, setFoundUnexpectedpublic void parseToken(java.lang.String token,
int curPos)
PostscriptParser.PSElementparseToken in class PostscriptParser.PSElementtoken - The token which to parsepublic java.util.HashMap<java.lang.Integer,java.lang.String> getEntries()
public void parseByte(byte cur,
int pos)
PostscriptParser.PSElementparseByte in class PostscriptParser.PSElementcur - The byte currently being readpos - The position of the given byteCopyright 1999-2016 The Apache Software Foundation. All Rights Reserved.