bzip and Squeak

Markus Fritsche Fritsche.Markus at gmx.net
Thu Mar 10 18:09:44 UTC 2005


Jason Rogers wrote:
> I need to be able to read it into memory and process it from there.

IIRC, the bzip2 library offers no direct access to (de-)bzip'ped data. 
If you really need in-memory BZip2ReadStream and BZip2WriteStream, it 
seems that you'll have to it in Smalltalk.

I found two OO-Implementations of bzip2, on for .NET (#ziplib) and a 
java one (bzip2.src.zip), which you could look at.

Kind regards, Markus

-- 
http://reauktion.de/archer/




More information about the Squeak-dev mailing list