PackageDescription: Compression-ZLibWrite


Compression - Z Lib Write

Last published: March 11, 2011 by 'stevek'

Defines 1 Classes
Extends 2 Classes


Adds ZLibWriteStream to Compression-ZLibWrite. Made based on http://www.gzip.org/zlib/rfc-zlib.html, with earlier versions also based on a comparison of Squeak Compression package GZip and ZLib (which are native Smalltalk and slow), and Compression-ZLib package GZip (which uses the VM compression routines and is thus fast, but does not implement a ZLib write stream), with background help from Refactory ZLibInterface package (which has a fast ZLib write stream but gives erroneous results on around 1% of files).

Released under MIT License, 2008, by Steven Kelly , MetaCase