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