|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BinaryMessage
The binary message interface. Provides ability to read message.
Method Summary | |
---|---|
boolean |
hasNext()
Returns true, if next message available. |
byte[] |
next()
Read next message. |
byte[] |
next(int numOfBytes)
Reads the numOfBytes from stream. |
long |
nextLong()
Read long value from the steam. |
Method Detail |
---|
boolean hasNext()
byte[] next()
byte[] next(int numOfBytes)
numOfBytes
- the number pf byteslong nextLong()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |