public class Type1CharStringParser
extends java.lang.Object
Constructor | Description |
---|---|
Type1CharStringParser() |
Modifier and Type | Method | Description |
---|---|---|
java.util.List<java.lang.Object> |
parse(byte[] bytes,
IndexData localSubrIndex) |
The given byte array will be parsed and converted to a Type1 sequence.
|
public java.util.List<java.lang.Object> parse(byte[] bytes, IndexData localSubrIndex) throws java.io.IOException
bytes
- the given mapping as byte arraylocalSubrIndex
- index containing all local subroutinesjava.io.IOException
- if an error occurs during readingCopyright © 2008–2018. All rights reserved.