com.kenai.jaffl.provider

Class AbstractArrayMemoryIO.BigEndianArrayIO

private abstract static class AbstractArrayMemoryIO.BigEndianArrayIO 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 short getInt16(byte[] array, int offset)

getInt32

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

getInt64

public 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)