Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
MultiByteBinaryOrTextStream
Last updated at 8:50 am UTC on 30 March 2017
 ReadWriteStream subclass: #MultiByteBinaryOrTextStream
	instanceVariableNames: 'isBinary converter'
	classVariableNames: ''
	poolDictionaries: ''
	category: 'Multilingual-TextConversion'

It is similar to MultiByteFileStream, but works on in memory stream.