PacketReader implementations.See: Description
| 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 format
|
| StreamCipherPacketReader |
Undocumented Class
|
| ZeroDelimitedPacketReader |
Reads a bytestream delimited by 0.
|
PacketReader implementations.