CompressOutputRange.flush
void flush(FlushMode mode = FlushMode.SYNC)Flush pending data without finishing.
Parameters
mode | The flush mode to use. |
Throws
CompressionError if called after finish().
void flush(FlushMode mode = FlushMode.SYNC)Flush pending data without finishing.
mode | The flush mode to use. |