Package naga.packetreader

Package containing various ready-to-use PacketReader implementations.

See:
          Description

Class Summary
AsciiLinePacketReader Reads a bytestream delimited by '\n'.
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.
RegularPacketReader Reads packet of the format
ZeroDelimitedPacketReader Reads a bytestream delimited by 0.
 

Package naga.packetreader Description

Package containing various ready-to-use PacketReader implementations.