com.kenai.jaffl.provider

Class AbstractArrayMemoryIO.LittleEndianArrayIO

private abstract static class AbstractArrayMemoryIO.LittleEndianArrayIO extends AbstractArrayMemoryIO.ArrayIO

Method Summary
shortgetInt16(byte[] array, int offset)
intgetInt32(byte[] array, int offset)
longgetInt64(byte[] array, int offset)
voidputInt16(byte[] buffer, int offset, int value)
voidputInt32(byte[] buffer, int offset, int value)
voidputInt64(byte[] buffer, int offset, long value)

Method Detail

getInt16

public final short getInt16(byte[] array, int offset)

getInt32

public final int getInt32(byte[] array, int offset)

getInt64

public final long getInt64(byte[] array, int offset)

putInt16

public final void putInt16(byte[] buffer, int offset, int value)

putInt32

public final void putInt32(byte[] buffer, int offset, int value)

putInt64

public final void putInt64(byte[] buffer, int offset, long value)