Package com.esotericsoftware.kryo.compress

Class Summary
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.
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.
StreamCompressor Convenience class to compress and decompress using streams.
 



Copyright © 2011. All Rights Reserved.