Handbook
Glossary
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
USING:
alien.c-types
classes.struct
;
IN:
compression.bzip3.ffi
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
USING:
classes.struct
classes.struct.private
compression.bzip3.ffi
kernel
;
M:
bz3_state
clone
clone-underlying
\
bz3_state
memory>struct
;
inline
USING:
accessors
classes.struct
combinators.smart
compression.bzip3.ffi
;
M:
bz3_state
struct-slot-values
{
[
swap_buffer>>
]
[
block_size>>
]
[
sais_array>>
]
[
lzp_lut>>
]
[
cm_state>>
]
[
last_error>>
]
}
cleave>array
;
inline