|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Decoder
Interface for decoding data.
| Method Summary | |
|---|---|
boolean |
readBool()
|
ByteBuffer |
readBytes()
|
double |
readDouble()
|
float |
readFloat()
|
int |
readInt()
|
long |
readLong()
|
Object |
readNull()
Returns a null value. |
String |
readString()
|
void |
skipBytes()
Skips a byte array. |
void |
skipDouble()
Skips a double. |
void |
skipFloat()
Skips a float. |
void |
skipString()
Skips the a string. |
| Method Detail |
|---|
Object readNull()
throws IOException
null
IOException
boolean readBool()
throws IOException
IOException
int readInt()
throws IOException
IOException
long readLong()
throws IOException
IOException
float readFloat()
throws IOException
IOException
double readDouble()
throws IOException
IOException
String readString()
throws IOException
IOException
ByteBuffer readBytes()
throws IOException
IOException
void skipFloat()
throws IOException
IOException
void skipDouble()
throws IOException
IOException
void skipString()
throws IOException
IOException
void skipBytes()
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||