public interface BinaryMessage
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2000–2025 EPAM Systems. All rights reserved.