interface Memory
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) |
boolean fastAccessSupported()
int lookupShort(short[] data, int index)
int loadByte(byte[] data, int index)
int loadInt(byte[] data, int index)
void copyLong(byte[] src, int srcIndex, byte[] dest, int destIndex)
long loadLong(byte[] data, int index)
void copyMemory(byte[] input, int inputIndex, byte[] output, int outputIndex, int length)