Package | Description |
---|---|
com.esotericsoftware.kryo.compress |
Modifier and Type | Class and Description |
---|---|
class |
BlowfishCompressor
Encrypts data using the blowfish cipher.
|
class |
ByteArrayCompressor
Convenience class to compress and decompress using byte arrays.
|
class |
DeflateCompressor
Compresses and decompresses using the "deflate" algorithm.
|
class |
DeltaCompressor
Caches bytes for the last object serialized (per
remote entitiy ) and only emits deltas on
subsequent serializations. |
class |
StreamCompressor
Convenience class to compress and decompress using streams.
|