abstract suspend fun flush(): List<ReadBuffer> Flushes buffered data using Z_SYNC_FLUSH, producing complete deflate blocks. Unlike finish, the stream remains open for more data.
The output ends with the sync marker 00 00 FF FF and can be immediately decompressed without waiting for more data.