6.17.2 Sockets.ReadBuffer: accessing-reading
- nextAvailable: anInteger into: aCollection startingAt: pos
- Place the next anInteger objects from the receiver into aCollection,
starting at position pos. Return the number of items stored.
- nextAvailable: anInteger putAllOn: aStream
- Copy the next anInteger objects from the receiver to aStream.
Return the number of items stored.