Encodes .xz Streams. More...
#include "stream_encoder.h"
#include "block_encoder.h"
#include "index_encoder.h"
Data Structures | |
struct | lzma_coder_s |
Functions | |
static lzma_ret | block_encoder_init (lzma_coder *coder, lzma_allocator *allocator) |
static lzma_ret | stream_encode (lzma_coder *coder, lzma_allocator *allocator, const uint8_t *restrict in, size_t *restrict in_pos, size_t in_size, uint8_t *restrict out, size_t *restrict out_pos, size_t out_size, lzma_action action) |
static void | stream_encoder_end (lzma_coder *coder, lzma_allocator *allocator) |
lzma_ret | lzma_stream_encoder_init (lzma_next_coder *next, lzma_allocator *allocator, const lzma_filter *filters, lzma_check check) |
LZMA_API (lzma_ret) |
Encodes .xz Streams.