Package | Description |
---|---|
naga.packetreader |
Package containing various ready-to-use
PacketReader implementations. |
Class | Description |
---|---|
DelimiterPacketReader |
Class to read a byte stream delimited by a byte marking the end of a packet.
|
RawPacketReader |
This packet reader reads as many bytes as possible from the stream
and then bundles those bytes into a packet.
|