public interface LittleEndianInput
Modifier and Type | Method and Description |
---|---|
int |
available() |
byte |
readByte() |
double |
readDouble() |
void |
readFully(byte[] buf) |
void |
readFully(byte[] buf,
int off,
int len) |
int |
readInt() |
long |
readLong() |
short |
readShort() |
int |
readUByte() |
int |
readUShort() |
int available()
byte readByte()
int readUByte()
short readShort()
int readUShort()
int readInt()
long readLong()
double readDouble()
void readFully(byte[] buf)
void readFully(byte[] buf, int off, int len)
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.