LzoCompressor.flush
void flush(FlushMode mode = FlushMode.SYNC)Flush pending output.
Parameters
mode | Flush mode (SYNC or FULL). |
Throws
CompressionError if finish() was already called or sink not set.
void flush(FlushMode mode = FlushMode.SYNC)Flush pending output.
mode | Flush mode (SYNC or FULL). |