public abstract class Program extends Object
Constructor and Description |
---|
Program() |
Modifier and Type | Method and Description |
---|---|
short[] |
getInstructions() |
protected void |
readInstructions(ByteArrayInputStream bais,
int count) |
protected void |
readInstructions(RandomAccessFile raf,
int count) |
public short[] getInstructions()
protected void readInstructions(RandomAccessFile raf, int count) throws IOException
IOException
protected void readInstructions(ByteArrayInputStream bais, int count)
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.