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