public class InstructionFactory extends Object
| Constructor and Description |
|---|
InstructionFactory() |
| Modifier and Type | Method and Description |
|---|---|
static Instruction |
create(byte[] code,
int offset)
Creates a new Instruction from the data in the byte array, starting
at the given index.
|
public static Instruction create(byte[] code, int offset)
Copyright © 2015. All Rights Reserved.