|
XZ Utils
5.2.2
|
Output buffer for a single thread. More...
#include <outqueue.h>
Data Fields | |
| uint8_t * | buf |
| Pointer to the output buffer of lzma_outq.buf_size_max bytes. More... | |
| size_t | size |
| Amount of data written to buf. More... | |
| lzma_vli | unpadded_size |
| Additional size information. More... | |
| lzma_vli | uncompressed_size |
| bool | finished |
Output buffer for a single thread.
| uint8_t* lzma_outbuf::buf |
Pointer to the output buffer of lzma_outq.buf_size_max bytes.
| size_t lzma_outbuf::size |
Amount of data written to buf.
| lzma_vli lzma_outbuf::unpadded_size |
Additional size information.
| bool lzma_outbuf::finished |
True when no more data will be written into this buffer.
Referenced by lzma_outq_is_readable().
1.8.13