[Seaside-dev] WAJsonParser: crossplatform readStream questions

Philippe Marschall philippe.marschall at gmail.com
Fri Feb 28 11:03:55 UTC 2014


On Fri, Feb 28, 2014 at 9:01 AM, Diego Lont <diego.lont at delware.nl> wrote:
> Johan, Philippe,
>
> Sorry for the confusion: I forgot to decode the string from the WAFile, and just used the raw contents. In pharo this resulted in a string, so everything worked fine, but in Gemstone this was a byte array, so I got errors all over the place. And in Gemstone a string gives me a perfectly good read stream.

WAFile >> #contentsDecoded
should give you a String always.

Cheers
Philippe


More information about the seaside-dev mailing list