Up: ZLib.GZipDeflateStream   [Index]


7.3.1 ZLib.GZipDeflateStream class: instance creation

compressingTo: aStream

Answer a stream that receives data via #nextPut: and compresses it onto aStream.

compressingTo: aStream level: level

Answer a stream that receives data via #nextPut: and compresses it onto aStream with the given compression level.