Not really, Pharo forked the original implementation. In Colin's code you had to use the third supported stream type: not #readStream and not #writeStream (that are minimal ANSI compatible streams), but a third kind that I forgot the name of (it would return a RBBinaryReadWriteStream that works with most existing code).
Lukas On 10 November 2011 16:25, Johannes Rasche <[email protected]> wrote: > Hi Lukas, > > you may not have realized the message below. > > I assume you might be the person who coud answer my question > > Cheers Johannes > > -------- Original-Nachricht -------- Betreff: [Pharo-project] FS and > binary files Datum: Wed, 09 Nov 2011 15:36:16 +0100 Von: Johannes > Rasche <[email protected]> <[email protected]> Antwort an: > [email protected] An: > [email protected] > > > Hi folks, > > I just started to using FS instead of FileDirectory. > > On readStream sent to FSReference a FSAnsiiStream turns out, which is > not suitable for reading images ( for instance with PNGReadWriter). > > What did I wrong? > > Johannes > > > > > -- Lukas Renggli www.lukas-renggli.ch
