|
private |
If status == ReadCompSize: If src_begin < src_end: Points to the next empty, unused char in i_buffer where we have to write additional data.
Else: Points to the beginning of the decompression input buffer (i.e. either somewhere [src_begin, src_end) or i_buffer.begin()).
If status == ReadData: Points to the next char in o_buffer which has to be written out as soon as there is space left.