bz3_decode_block ( state buffer size orig_size -- int32_t )


Vocabulary
compression.bzip3.ffi

Inputs
statean object
bufferan object
sizean object
orig_sizean object


Outputs
int32_tan object


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

Definition


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