PacketWriter implementations.See: Description
| Class | Description |
|---|---|
| AsciiLinePacketWriter |
Writes a bytestream delimited by '\n'.
|
| CipherPacketWriter |
Example Writer that encrypts the outgoing stream using a Cipher object.
|
| DelimiterPacketWriter |
Class to write a byte stream delimited by a byte marking the end of a packet.
|
| RawPacketWriter |
Writes a byte packet to the stream without doing any changes to it.
|
| RegularPacketWriter |
Writes packet of the format
|
| ZeroDelimitedPacketWriter |
Writes a bytestream delimited by 0.
|
PacketWriter implementations.