[squeak-dev] Stream asymmetry?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[squeak-dev] Stream asymmetry?

Markus Fritsche
Hello,

I'm just investigating the 'issue'. I am running some tests on some
neglected code. I basically includes saving some strings in a file with
"stream string: aString" and reading it back with "nextToken := stream
string".

I haven't yet fully examined the problem, but it looks like that
characters are written with a ByteStream and tried to be read back with
a MultiByteStream. Is this correct?

Regards,
        Markus


Reply | Threaded
Open this post in threaded view
|

[squeak-dev] Re: Stream asymmetry?

Markus Fritsche
Markus Fritsche schrieb:

> I haven't yet fully examined the problem, but it looks like that
> characters are written with a ByteStream and tried to be read back with
> a MultiByteStream. Is this correct?

Further investigation shows that the problem is sitting right in front
of the screen.