bz3_encode_block ( state buffer size -- int32_t )


Vocabulary
compression.bzip3.ffi

Inputs
statea struct
bufferan object
sizean object


Outputs
int32_tan object


Word description
Consult Compression.bzip3.ffi for more details.

Definition


LIBRARY: bzip3 FUNCTION: int32_t bz3_encode_block
( bz3_state* state, uint8_t* buffer, int32_t size )