Back: ZLib.DeflateWriteStream Up: ZLib package Forward: ZLib.GZipDeflateStream class-instance creation   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document

7.3 ZLib.GZipDeflateStream

Defined in namespace ZLib
Superclass: ZLib.RawDeflateStream
Category: Examples-Useful
Instances of this class produce GZip (RFC1952) deflated data.

7.3.1 ZLib.GZipDeflateStream class: instance creation  (class)


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.



Back: ZLib.GZipDeflateStream Up: ZLib.GZipDeflateStream Forward: ZLib.GZipDeflateWriteStream   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document


This document was generated on May, 22 2008 using texi2html