Package naga.packetreader
Package containing various ready-to-use
PacketReader
implementations.-
Class Summary Class Description AsciiLinePacketReader Reads a bytestream delimited by '\n'.CipherPacketReader Example filter reader that decrypts the stream before passing it to its underlying reader.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 formatStreamCipherPacketReader Undocumented ClassZeroDelimitedPacketReader Reads a bytestream delimited by 0.