[Cuis-dev] ReferenceStream class >> dumpOnFile: aFileEntry object: anObject

H. Hirzel hannes.hirzel at gmail.com
Wed Nov 27 05:31:44 PST 2024


Hello

Attached is an updated comment of

   ReferenceStream class >> dumpOnFile: aFileEntry object: anObject

--Hannes
-------------- next part --------------
'From Cuis7.1 [latest update: #6858] on 27 November 2024 at 1:28:58 pm'!

!ReferenceStream class methodsFor: 'as yet unclassified' stamp: 'hjh 11/27/2024 13:28:38'!
dumpOnFile: aFileEntry object: anObject
	"Warning. If the file given by aFileEntry exists, it will be overwritten. "

	aFileEntry forceWriteStreamDo: [ :stream |
		(self on: stream) nextPut: anObject ].! !



More information about the Cuis-dev mailing list