Up: ZLib.ZlibWriteStream [Index]
Finish the deflated output to the destination stream using Z_FINISH. The destination stream is closed, which implies flushing.
Finish the deflated output to the destination stream using Z_FINISH and return the deflated data (requires the destination stream to support #contents).
Finish the deflated output to the destination stream using Z_FINISH. The destination stream is not flushed.
Flush the deflated output to the destination stream, and flush the destination stream.
Flush the deflated output to the destination stream.
Flush the deflated output to the destination stream using Z_FULL_FLUSH, and flush the destination stream.
Put n characters or bytes of aCollection, starting at the pos-th, in the deflation buffer.
Append a character or byte (depending on whether the destination stream works on a ByteArray or String) to the deflation buffer.
Flush the deflated output to the destination stream using Z_PARTIAL_FLUSH, and flush the destination stream.
Answer the number of compressed bytes written.
Finish the deflated output to the destination stream using Z_FINISH and return a ReadStream on the deflated data (requires the destination stream to support #readStream).
Flush the deflated output to the destination stream using Z_SYNC_FLUSH, and flush the destination stream. Note that this includes the four bytes 0/0/255/255 at the end of the flush.
Up: ZLib.ZlibWriteStream [Index]