[squeak-dev] Streaming directly from WebResponse content to SketchMorph

Bob Arning arning315 at comcast.net
Fri Oct 19 19:06:50 UTC 2012


On 10/19/12 1:29 PM, Casimiro de Almeida Barreto wrote:
>
> str := RWBinaryOrTextStream with: resp content.

Use

     str := ReadStream on: resp content.

instead.

Cheers,
Bob
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20121019/688147e2/attachment.htm


More information about the Squeak-dev mailing list