|
kAWT Version 0.90 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
| Method Summary | |
boolean |
readBoolean()
|
byte |
readByte()
|
char |
readChar()
|
void |
readFully(byte[])
|
void |
readFully(byte[],
int,
int)
|
int |
readInt()
|
long |
readLong()
|
short |
readShort()
|
int |
readUnsignedByte()
|
int |
readUnsignedShort()
|
String |
readUTF()
|
int |
skipBytes(int)
|
| Method Detail |
public boolean readBoolean()
throws IOException
public byte readByte()
throws IOException
public char readChar()
throws IOException
public void readFully(byte[])
throws IOException
public void readFully(byte[],
int,
int)
throws IOException
public int readInt()
throws IOException
public long readLong()
throws IOException
public short readShort()
throws IOException
public String readUTF()
throws IOException
public int readUnsignedByte()
throws IOException
public int readUnsignedShort()
throws IOException
public int skipBytes(int)
throws IOException
|
kAWT Version 0.90 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||