public interface MFProtoInputBuffer
| Modifier and Type | Method and Description |
|---|---|
long |
getSendingTime() |
boolean |
hasNextMessage()
Indicates more messages are available to process in the packet.
|
boolean |
hasNextPacket()
Indicates more packets are available to process in the buffer.
|
mfframing.MessageHeaderDecoder |
nextHdr()
Retrieves the next header.
|
void |
readFrom(java.nio.channels.ReadableByteChannel channel) |
void |
reset() |
void |
skipCurrentMessage() |
void reset()
boolean hasNextPacket()
boolean hasNextMessage()
mfframing.MessageHeaderDecoder nextHdr()
long getSendingTime()
void readFrom(java.nio.channels.ReadableByteChannel channel)
throws java.io.IOException
java.io.IOExceptionvoid skipCurrentMessage()