SyTen

◆ output_buffer

char* syten::LZ4::Decomp_SymFilter::output_buffer
private

Temporary pointer which points at the beginning of the decompression output space.

If it is equal to o_buffer.begin(), data has to be copied into the output stream; otherwise, we decompressed into the output stream.

Referenced by close(), and filter().