compressProtected

protected expect abstract fun compressProtected(input: ByteArray, offset: Int)(source)

Called whenever a full blockSize worth of bytes are available for processing, starting at index offset for the provided input. Implementations must not alter input.

protected actual abstract fun compressProtected(input: ByteArray, offset: Int)(source)

Called whenever a full blockSize worth of bytes are available for processing, starting at index offset for the provided input. Implementations must not alter input.

protected actual abstract fun compressProtected(input: ByteArray, offset: Int)(source)

Called whenever a full blockSize worth of bytes are available for processing, starting at index offset for the provided input. Implementations must not alter input.