org.apache.fontbox.cff
public class Type1CharStringParser extends java.lang.Object
| Constructor and Description |
|---|
Type1CharStringParser() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Object> |
parse(byte[] bytes)
The given byte array will be parsed and converted to a Type1 sequence.
|
public java.util.List<java.lang.Object> parse(byte[] bytes)
throws java.io.IOException
bytes - the given mapping as byte arrayjava.io.IOException - if an error occurs during reading