public class TtfInstructionParser extends Object
| Constructor and Description |
|---|
TtfInstructionParser() |
| Modifier and Type | Method and Description |
|---|---|
static TtfInstruction |
createFromCode(int code) |
List<TtfInstruction> |
parse(byte[] data) |
public List<TtfInstruction> parse(byte[] data) throws IOException, InstantiationException, IllegalAccessException
public static TtfInstruction createFromCode(int code) throws IllegalAccessException, InstantiationException, IOException
Copyright © 2018. All rights reserved.