bz3_state


Vocabulary
compression.bzip3.ffi

Class description
Structure for holding and passing state between low-level bzip3 functions. Consult Compression.bzip3.ffi for more details.

Definition


STRUCT: bz3_state
{ swap_buffer u8* } { block_size s32 initial: 0 }
{ sais_array s32* } { lzp_lut s32* } { cm_state state* }
{ last_error s8 initial: 0 } ;


Methods