[Cuis-dev] Documentation on the Compression package
Hilaire Fernandes
hfern at free.fr
Thu Mar 19 11:53:52 PDT 2026
Got it.
I merges your code and mine and it now works for complex tree of objects:
dumpOnCompressedFile: aFileEntry object: anObject
"Warning: If the file given by aFileEntry exists, it will be overwritten."
aFileEntry forceWriteStreamDo: [:fileStream | |compressor |
compressor := GZipWriteStream on: fileStream.
(self on: compressor)nextPut: (self streamedRepresentationOf: anObject).
compressor close]
--
http://mamot.fr/@drgeo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20260319/0b190528/attachment.htm>
More information about the Cuis-dev
mailing list