| Constructor and Description |
|---|
SlowMemory() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyLong(byte[] src,
int srcIndex,
byte[] dest,
int destIndex) |
void |
copyMemory(byte[] input,
int inputIndex,
byte[] output,
int outputIndex,
int length) |
boolean |
fastAccessSupported() |
int |
loadByte(byte[] data,
int index) |
int |
loadInt(byte[] data,
int index) |
long |
loadLong(byte[] data,
int index) |
int |
lookupShort(short[] data,
int index) |
public boolean fastAccessSupported()
fastAccessSupported in interface Memorypublic int lookupShort(short[] data,
int index)
lookupShort in interface Memorypublic void copyLong(byte[] src,
int srcIndex,
byte[] dest,
int destIndex)
public void copyMemory(byte[] input,
int inputIndex,
byte[] output,
int outputIndex,
int length)
copyMemory in interface Memory