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

7.7 ZLib.RawDeflateStream

Defined in namespace ZLib
Superclass: ZLib.ZlibReadStream
Category: Examples-Useful
Instances of this class produce "raw" (PKZIP) deflated data.

7.7.1 ZLib.RawDeflateStream class: instance creation  (class)


7.7.1 ZLib.RawDeflateStream 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.

on: aStream
Answer a stream that compresses the data in aStream with the default compression level.

on: aStream level: compressionLevel
Answer a stream that compresses the data in aStream with the given compression level.



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


This document was generated on February, 22 2012 using texi2html