Compressor

Functions

Link copied to clipboard
expect abstract fun close()
Link copied to clipboard
abstract fun compress(buffersInput: ByteBuffersDataInput, out: DataOutput)

Compress bytes into out. It is the responsibility of the compressor to add all necessary information so that a Decompressor will know when to stop decompressing bytes from the stream.