botan.compression.lzma_hd

Undocumented in source.

Members

Aliases

lzma_action
alias lzma_action = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_bool
alias lzma_bool = bool
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_check
alias lzma_check = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_ret
alias lzma_ret = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_vli
alias lzma_vli = ulong
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

LZMA_CHECK_NONE
anonymousenum LZMA_CHECK_NONE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LZMA_OK
anonymousenum LZMA_OK
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LZMA_RUN
anonymousenum LZMA_RUN
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_delta_type
enum lzma_delta_type
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_index_iter_mode
enum lzma_index_iter_mode
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_match_finder
enum lzma_match_finder
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_mode
enum lzma_mode
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_reserved_enum
enum lzma_reserved_enum
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

lzma_alone_decoder
lzma_ret lzma_alone_decoder(lzma_stream* strm, ulong memlimit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_alone_encoder
lzma_ret lzma_alone_encoder(lzma_stream* strm, lzma_options_lzma* options)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_auto_decoder
lzma_ret lzma_auto_decoder(lzma_stream* strm, ulong memlimit, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_block_buffer_bound
size_t lzma_block_buffer_bound(size_t uncompressed_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_block_buffer_decode
lzma_ret lzma_block_buffer_decode(lzma_block* block, lzma_allocator* allocator, const(ubyte)* in_, size_t* in_pos, size_t in_size, ubyte* out_, size_t* out_pos, size_t out_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_block_buffer_encode
lzma_ret lzma_block_buffer_encode(lzma_block* block, lzma_allocator* allocator, const(ubyte)* in_, size_t in_size, ubyte* out_, size_t* out_pos, size_t out_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_block_compressed_size
lzma_ret lzma_block_compressed_size(lzma_block* block, lzma_vli unpadded_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_block_decoder
lzma_ret lzma_block_decoder(lzma_stream* strm, lzma_block* block)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_block_encoder
lzma_ret lzma_block_encoder(lzma_stream* strm, lzma_block* block)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_block_header_decode
lzma_ret lzma_block_header_decode(lzma_block* block, lzma_allocator* allocator, const(ubyte)* in_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_block_header_encode
lzma_ret lzma_block_header_encode(const(lzma_block)* block, ubyte* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_block_header_size
lzma_ret lzma_block_header_size(lzma_block* block)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_block_total_size
lzma_vli lzma_block_total_size(const(lzma_block*) block)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_block_unpadded_size
lzma_vli lzma_block_unpadded_size(lzma_block* block)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_check_is_supported
lzma_bool lzma_check_is_supported(lzma_check check)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_check_size
uint lzma_check_size(lzma_check check)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_code
lzma_ret lzma_code(lzma_stream* strm, lzma_action action)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_crc32
uint lzma_crc32(const(ubyte)* buf, size_t size, uint crc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_crc64
ulong lzma_crc64(const(ubyte)* buf, size_t size, ulong crc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_easy_buffer_encode
lzma_ret lzma_easy_buffer_encode(uint preset, lzma_check check, lzma_allocator* allocator, const(ubyte)* in_, size_t in_size, ubyte* out_, size_t* out_pos, size_t out_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_easy_decoder_memusage
ulong lzma_easy_decoder_memusage(uint preset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_easy_encoder
lzma_ret lzma_easy_encoder(lzma_stream* strm, uint preset, lzma_check check)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_easy_encoder_memusage
ulong lzma_easy_encoder_memusage(uint preset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_end
void lzma_end(lzma_stream* strm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_filter_decoder_is_supported
lzma_bool lzma_filter_decoder_is_supported(lzma_vli id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_filter_encoder_is_supported
lzma_bool lzma_filter_encoder_is_supported(lzma_vli id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_filter_flags_decode
lzma_ret lzma_filter_flags_decode(lzma_filter* filter, lzma_allocator* allocator, ubyte* in_, size_t* in_pos, size_t in_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_filter_flags_encode
lzma_ret lzma_filter_flags_encode(lzma_filter* filter, ubyte* out_, size_t* out_pos, size_t out_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_filter_flags_size
lzma_ret lzma_filter_flags_size(uint* size, lzma_filter* filter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_filters_copy
lzma_ret lzma_filters_copy(lzma_filter* src, lzma_filter* dest, lzma_allocator* allocator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_filters_update
lzma_ret lzma_filters_update(lzma_stream* strm, lzma_filter* filters)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_get_check
lzma_check lzma_get_check(lzma_stream* strm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_index_append
lzma_ret lzma_index_append(lzma_index* i, lzma_allocator* allocator, lzma_vli unpadded_size, lzma_vli uncompressed_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_index_block_count
lzma_vli lzma_index_block_count(lzma_index* i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_index_buffer_decode
lzma_ret lzma_index_buffer_decode(lzma_index** i, ulong* memlimit, lzma_allocator* allocator, ubyte* in_, size_t* in_pos, size_t in_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_index_buffer_encode
lzma_ret lzma_index_buffer_encode(lzma_index* i, ubyte* out_, size_t* out_pos, size_t out_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_index_cat
lzma_ret lzma_index_cat(lzma_index* dest, lzma_index* src, lzma_allocator* allocator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_index_checks
uint lzma_index_checks(lzma_index* i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_index_decoder
lzma_ret lzma_index_decoder(lzma_stream* strm, lzma_index** i, ulong memlimit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_index_dup
lzma_index* lzma_index_dup(lzma_index* i, lzma_allocator* allocator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_index_encoder
lzma_ret lzma_index_encoder(lzma_stream* strm, lzma_index* i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_index_end
void lzma_index_end(lzma_index* i, lzma_allocator* allocator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_index_file_size
lzma_vli lzma_index_file_size(lzma_index* i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_index_hash_append
lzma_ret lzma_index_hash_append(lzma_index_hash* index_hash, lzma_vli unpadded_size, lzma_vli uncompressed_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_index_hash_decode
lzma_ret lzma_index_hash_decode(lzma_index_hash* index_hash, ubyte* in_, size_t* in_pos, size_t in_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_index_hash_end
void lzma_index_hash_end(lzma_index_hash* index_hash, lzma_allocator* allocator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_index_hash_init
lzma_index_hash* lzma_index_hash_init(lzma_index_hash* index_hash, lzma_allocator* allocator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_index_hash_size
lzma_vli lzma_index_hash_size(lzma_index_hash* index_hash)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_index_init
lzma_index* lzma_index_init(lzma_allocator* allocator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_index_iter_init
void lzma_index_iter_init(lzma_index_iter* iter, lzma_index* i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_index_iter_locate
lzma_bool lzma_index_iter_locate(lzma_index_iter* iter, lzma_vli target)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_index_iter_next
lzma_bool lzma_index_iter_next(lzma_index_iter* iter, lzma_index_iter_mode mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_index_iter_rewind
void lzma_index_iter_rewind(lzma_index_iter* iter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_index_memusage
ulong lzma_index_memusage(lzma_vli streams, lzma_vli blocks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_index_memused
ulong lzma_index_memused(lzma_index* i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_index_size
lzma_vli lzma_index_size(lzma_index* i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_index_stream_count
lzma_vli lzma_index_stream_count(lzma_index* i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_index_stream_flags
lzma_ret lzma_index_stream_flags(lzma_index* i, lzma_stream_flags* stream_flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_index_stream_padding
lzma_ret lzma_index_stream_padding(lzma_index* i, lzma_vli stream_padding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_index_stream_size
lzma_vli lzma_index_stream_size(lzma_index* i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_index_total_size
lzma_vli lzma_index_total_size(lzma_index* i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_index_uncompressed_size
lzma_vli lzma_index_uncompressed_size(lzma_index* i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_lzma_preset
lzma_bool lzma_lzma_preset(lzma_options_lzma* options, uint preset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_memlimit_get
ulong lzma_memlimit_get(lzma_stream* strm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_memlimit_set
lzma_ret lzma_memlimit_set(lzma_stream* strm, ulong memlimit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_memusage
ulong lzma_memusage(lzma_stream* strm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_mf_is_supported
lzma_bool lzma_mf_is_supported(lzma_match_finder match_finder)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_mode_is_supported
lzma_bool lzma_mode_is_supported(lzma_mode mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_physmem
ulong lzma_physmem()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_properties_decode
lzma_ret lzma_properties_decode(lzma_filter* filter, lzma_allocator* allocator, ubyte* props, size_t props_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_properties_encode
lzma_ret lzma_properties_encode(lzma_filter* filter, ubyte* props)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_properties_size
lzma_ret lzma_properties_size(uint* size, lzma_filter* filter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_raw_buffer_decode
lzma_ret lzma_raw_buffer_decode(lzma_filter* filters, lzma_allocator* allocator, const(ubyte)* in_, size_t* in_pos, size_t in_size, ubyte* out_, size_t* out_pos, size_t out_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_raw_buffer_encode
lzma_ret lzma_raw_buffer_encode(lzma_filter* filters, lzma_allocator* allocator, const(ubyte)* in_, size_t in_size, ubyte* out_, size_t* out_pos, size_t out_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_raw_decoder
lzma_ret lzma_raw_decoder(lzma_stream* strm, lzma_filter* filters)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_raw_decoder_memusage
ulong lzma_raw_decoder_memusage(lzma_filter* filters)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_raw_encoder
lzma_ret lzma_raw_encoder(lzma_stream* strm, lzma_filter* filters)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_raw_encoder_memusage
ulong lzma_raw_encoder_memusage(lzma_filter* filters)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_stream_buffer_bound
size_t lzma_stream_buffer_bound(size_t uncompressed_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_stream_buffer_decode
lzma_ret lzma_stream_buffer_decode(ulong* memlimit, uint flags, lzma_allocator* allocator, const(ubyte)* in_, size_t* in_pos, size_t in_size, ubyte* out_, size_t* out_pos, size_t out_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_stream_buffer_encode
lzma_ret lzma_stream_buffer_encode(lzma_filter* filters, lzma_check check, lzma_allocator* allocator, const(ubyte)* in_, size_t in_size, ubyte* out_, size_t* out_pos, size_t out_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_stream_decoder
lzma_ret lzma_stream_decoder(lzma_stream* strm, ulong memlimit, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_stream_encoder
lzma_ret lzma_stream_encoder(lzma_stream* strm, lzma_filter* filters, lzma_check check)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_stream_flags_compare
lzma_ret lzma_stream_flags_compare(lzma_stream_flags* a, lzma_stream_flags* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_stream_footer_decode
lzma_ret lzma_stream_footer_decode(lzma_stream_flags* options, ubyte* in_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_stream_footer_encode
lzma_ret lzma_stream_footer_encode(lzma_stream_flags* options, ubyte* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_stream_header_decode
lzma_ret lzma_stream_header_decode(lzma_stream_flags* options, ubyte* in_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_stream_header_encode
lzma_ret lzma_stream_header_encode(lzma_stream_flags* options, ubyte* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_version_number
uint lzma_version_number()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_version_string
immutable(char)* lzma_version_string()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_vli_decode
lzma_ret lzma_vli_decode(lzma_vli* vli, size_t* vli_pos, const(ubyte)* in_, size_t* in_pos, size_t in_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_vli_encode
lzma_ret lzma_vli_encode(lzma_vli vli, size_t* vli_pos, ubyte* out_, size_t* out_pos, size_t out_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_vli_is_valid
bool lzma_vli_is_valid(lzma_vli vli)
Undocumented in source. Be warned that the author may not have intended to support it.
lzma_vli_size
uint lzma_vli_size(lzma_vli vli)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

LZMA_CHECK_ID_MAX
enum LZMA_CHECK_ID_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LZMA_CHECK_SIZE_MAX
enum LZMA_CHECK_SIZE_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LZMA_FILTERS_MAX
enum LZMA_FILTERS_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LZMA_FILTER_ARM
enum LZMA_FILTER_ARM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LZMA_FILTER_ARMTHUMB
enum LZMA_FILTER_ARMTHUMB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LZMA_FILTER_DELTA
enum LZMA_FILTER_DELTA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LZMA_FILTER_IA64
enum LZMA_FILTER_IA64;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LZMA_FILTER_LZMA1
enum LZMA_FILTER_LZMA1;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LZMA_FILTER_LZMA2
enum LZMA_FILTER_LZMA2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LZMA_FILTER_POWERPC
enum LZMA_FILTER_POWERPC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LZMA_FILTER_SPARC
enum LZMA_FILTER_SPARC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LZMA_FILTER_X86
enum LZMA_FILTER_X86;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LZMA_STREAM_HEADER_SIZE
enum LZMA_STREAM_HEADER_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LZMA_VERSION
enum LZMA_VERSION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LZMA_VERSION_COMMIT
enum LZMA_VERSION_COMMIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LZMA_VERSION_MAJOR
enum LZMA_VERSION_MAJOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LZMA_VERSION_MINOR
enum LZMA_VERSION_MINOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LZMA_VERSION_PATCH
enum LZMA_VERSION_PATCH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LZMA_VERSION_STABILITY
enum LZMA_VERSION_STABILITY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LZMA_VERSION_STABILITY_ALPHA
enum LZMA_VERSION_STABILITY_ALPHA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LZMA_VERSION_STABILITY_BETA
enum LZMA_VERSION_STABILITY_BETA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LZMA_VERSION_STABILITY_STABLE
enum LZMA_VERSION_STABILITY_STABLE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LZMA_VERSION_STABILITY_STRING
enum LZMA_VERSION_STABILITY_STRING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LZMA_VERSION_STABILITY_STRING
enum LZMA_VERSION_STABILITY_STRING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LZMA_VERSION_STABILITY_STRING
enum LZMA_VERSION_STABILITY_STRING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LZMA_VERSION_STRING
enum LZMA_VERSION_STRING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LZMA_VLI_BYTES_MAX
enum LZMA_VLI_BYTES_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LZMA_VLI_MAX
enum LZMA_VLI_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LZMA_VLI_UNKNOWN
enum LZMA_VLI_UNKNOWN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Properties

LZMA_STREAM_INIT
lzma_stream LZMA_STREAM_INIT [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

lzma_allocator
struct lzma_allocator
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_block
struct lzma_block
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_filter
struct lzma_filter
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_index
struct lzma_index
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_index_hash
struct lzma_index_hash
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_index_iter
struct lzma_index_iter
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_internal
struct lzma_internal
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_options_bcj
struct lzma_options_bcj
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_options_delta
struct lzma_options_delta
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_options_lzma
struct lzma_options_lzma
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_stream
struct lzma_stream
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lzma_stream_flags
struct lzma_stream_flags
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Templates

lzma_block_header_size_decode
template lzma_block_header_size_decode(uint b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Variables

LZMA_CONCATENATED
enum uint LZMA_CONCATENATED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LZMA_PRESET_DEFAULT
enum uint LZMA_PRESET_DEFAULT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LZMA_PRESET_EXTREME
enum uint LZMA_PRESET_EXTREME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LZMA_PRESET_LEVEL_MASK
enum uint LZMA_PRESET_LEVEL_MASK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LZMA_TELL_ANY_CHECK
enum uint LZMA_TELL_ANY_CHECK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LZMA_TELL_NO_CHECK
enum uint LZMA_TELL_NO_CHECK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LZMA_TELL_UNSUPPORTED_CHECK
enum uint LZMA_TELL_UNSUPPORTED_CHECK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta