Class | Description |
---|---|
BlowfishCompressor |
Encrypts data using the blowfish cipher.
|
ByteArrayCompressor |
Convenience class to compress and decompress using byte arrays.
|
DeflateCompressor |
Compresses and decompresses using the "deflate" algorithm.
|
DeflateCompressorTest | |
Delta |
Determines the delta to convert one ByteBuffer to another.
|
DeltaCompressor |
Caches bytes for the last object serialized (per
remote entitiy ) and only emits deltas on
subsequent serializations. |
DeltaCompressorTest | |
DeltaTest | |
StreamCompressor |
Convenience class to compress and decompress using streams.
|
StreamCompressorTest |