March 22, 2013
3:04 p.m.
On 22 Mar 2013, at 15:34, Sven Van Caekenberghe <sven@stfx.eu> wrote:
SocketStream>>next: next: anInteger ^ self nextInto: (self streamBuffer: anInteger)
Make that SocketStream>>next: count "Read count elements and return them in a collection. If the receiver is #atEnd before count elements were read, return a smaller collection." ^ self nextInto: (self streamBuffer: count)