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

7.8 ZLib.RawDeflateWriteStream

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

7.8.1 ZLib.RawDeflateWriteStream class: instance creation  (class)


7.8.1 ZLib.RawDeflateWriteStream class: instance creation

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

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



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


This document was generated on August, 19 2010 using texi2html