Public Methods |
static
byte
|
get(SeekableByteChannel channel)
|
static
byte
|
get(SeekableByteChannel channel, long position)
|
static
byte[]
|
getAllFrom(SeekableByteChannel channel, long position)
|
static
int
|
getBEInt(SeekableByteChannel channel)
|
static
int
|
getBEInt(SeekableByteChannel channel, long position)
|
static
long
|
getBELong(SeekableByteChannel channel, long position)
|
static
long
|
getBELong(SeekableByteChannel channel)
|
static
short
|
getBEShort(SeekableByteChannel channel, long position)
|
static
short
|
getBEShort(SeekableByteChannel channel)
|
static
byte[]
|
getBytes(SeekableByteChannel channel, int size)
|
static
byte[]
|
getBytes(SeekableByteChannel channel, long position, int size)
|
static
byte[]
|
getBytesUntil(SeekableByteChannel channel, int stopper, int maxsize, boolean throwOnEOS)
|
static
int
|
getInt(SeekableByteChannel channel, long position, ByteOrder endianness)
|
static
int
|
getInt(SeekableByteChannel channel, ByteOrder endianness)
|
static
int
|
getLEInt(SeekableByteChannel channel, long position)
|
static
int
|
getLEInt(SeekableByteChannel channel)
|
static
long
|
getLELong(SeekableByteChannel channel)
|
static
long
|
getLELong(SeekableByteChannel channel, long position)
|
static
short
|
getLEShort(SeekableByteChannel channel)
|
static
short
|
getLEShort(SeekableByteChannel channel, long position)
|
static
long
|
getLong(SeekableByteChannel channel, ByteOrder endianness)
|
static
long
|
getLong(SeekableByteChannel channel, long position, ByteOrder endianness)
|
static
short
|
getShort(SeekableByteChannel channel, long position, ByteOrder endianness)
|
static
short
|
getShort(SeekableByteChannel channel, ByteOrder endianness)
|
static
ByteBuffer
|
read(SeekableByteChannel channel, long position, int size, boolean isBigEndian)
|
static
ByteBuffer
|
read(SeekableByteChannel channel, long position, int size, boolean isBigEndian, ByteBuffer buffer)
|
static
ByteBuffer
|
readBestEffort(SeekableByteChannel channel, long position, int size, boolean isBigEndian, ByteBuffer buffer)
|