[Cuis-dev] Documentation on the Compression package

Hilaire Fernandes hfern at free.fr
Thu Mar 19 11:44:13 PDT 2026


I adapted to your suggestion and it does not work with more complex tree 
of objects.

Still the same error with, GZipWriteStream does not implement *next*

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: 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/e57d127c/attachment-0001.htm>


More information about the Cuis-dev mailing list