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

7.1 ZLib.DeflateStream

Defined in namespace ZLib
Superclass: ZLib.RawDeflateStream
Category: Examples-Useful
Instances of this class produce "standard" (zlib, RFC1950) deflated data.

7.1.1 ZLib.DeflateStream class: instance creation  (class)


7.1.1 ZLib.DeflateStream 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.DeflateStream Up: ZLib.DeflateStream Forward: ZLib.DeflateWriteStream   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document


This document was generated on April, 16 2013 using texi2html