compress

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.