com.kenai.jaffl.provider
Class AbstractArrayMemoryIO.ArrayIO
protected abstract static
class
AbstractArrayMemoryIO.ArrayIO
extends Object
Method Summary |
abstract long | getAddress(byte[] buffer, int offset) |
float | getFloat32(byte[] buffer, int offset) |
double | getFloat64(byte[] buffer, int offset) |
abstract short | getInt16(byte[] buffer, int offset) |
abstract int | getInt32(byte[] buffer, int offset) |
abstract long | getInt64(byte[] buffer, int offset) |
abstract void | putAddress(byte[] buffer, int offset, long value) |
void | putFloat32(byte[] buffer, int offset, float value) |
void | putFloat64(byte[] buffer, int offset, double value) |
abstract void | putInt16(byte[] buffer, int offset, int value) |
abstract void | putInt32(byte[] buffer, int offset, int value) |
abstract void | putInt64(byte[] buffer, int offset, long value) |
public abstract long getAddress(byte[] buffer, int offset)
public final float getFloat32(byte[] buffer, int offset)
public final double getFloat64(byte[] buffer, int offset)
public abstract short getInt16(byte[] buffer, int offset)
public abstract int getInt32(byte[] buffer, int offset)
public abstract long getInt64(byte[] buffer, int offset)
public abstract void putAddress(byte[] buffer, int offset, long value)
public final void putFloat32(byte[] buffer, int offset, float value)
public final void putFloat64(byte[] buffer, int offset, double value)
public abstract void putInt16(byte[] buffer, int offset, int value)
public abstract void putInt32(byte[] buffer, int offset, int value)
public abstract void putInt64(byte[] buffer, int offset, long value)