Package naga.packetwriter
Package containing various ready-to-use
PacketWriter
implementations.-
Class Summary 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 formatZeroDelimitedPacketWriter Writes a bytestream delimited by 0.