Next:
ZLib.ZlibReadStream-streaming
, Up:
ZLib.ZlibReadStream
7.11.1 ZLib.ZlibReadStream: accessing-reading
nextAvailable: anInteger into: aCollection startingAt: pos
Place up to anInteger objects from the receiver into aCollection, starting from position pos and stopping if no more data is available.
nextAvailable: anInteger putAllOn: aStream
Copy up to anInteger objects from the receiver to aStream, stopping if no more data is available.