public class Type1CharStringParser extends BaseCharStringParser
bias, gBias, globalSubrs, localSubrs, stack| Constructor and Description |
|---|
Type1CharStringParser(ASInputStream decodedCharString) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
processNextOperator(int firstByte)
This method processes charstring-encoded operators.
|
protected CFFNumber |
readNextNumber(int firstByte)
This method reads next bytes from stream and interprets them as one
number.
|
addStream, getWidth, popStack, readStreams, setWidthpublic Type1CharStringParser(ASInputStream decodedCharString) throws IOException
IOExceptionprotected boolean processNextOperator(int firstByte)
throws IOException
processNextOperator in class BaseCharStringParserfirstByte - is first byte of operator. Note that this byte is already
read.IOException - if stream reading error occurs.protected CFFNumber readNextNumber(int firstByte) throws IOException
readNextNumber in class BaseCharStringParserIOException - if stream reading error occurs.Copyright © 2015–2019 The veraPDF Consortium. All rights reserved.