[Cuis-dev] Documentation on the Compression package
Hilaire Fernandes
hfern at free.fr
Thu Mar 19 14:00:52 PDT 2026
And for the record, the counter part to read back:
restoreFromCompressedFile: aFileEntry ^ aFileEntry readStreamDo: [
:fileStream | | uncompressed | uncompressed := (GZipReadStream
on: fileStream) upToEnd. self unStream: (self unStream:
uncompressed)]
Don't ask me why the double unStream:...
--
http://mamot.fr/@drgeo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20260319/0024d4b4/attachment.htm>
More information about the Cuis-dev
mailing list