Answer a new instance of the receiver which streams on aCollection.
Every item of aCollection is discarded.
with: aCollection
Answer a new instance of the receiver which streams from the end
of aCollection.
with: aCollection from: firstIndex to: lastIndex
Answer a new instance of the receiver which streams from the
firstIndex-th item of aCollection to the lastIndex-th. The
pointer is moved to the last item in that range.
1.221.2 WriteStream: accessing-writing
contents
Returns a collection of the same type that the stream accesses, up to
and including the final element.
next: n putAll: aCollection startingAt: pos
Put n characters or bytes of aCollection, starting at the pos-th,
in the collection buffer.
nextPut: anObject
Store anObject as the next item in the receiver. Grow the
collection if necessary
readStream
Answer a ReadStream on the same contents as the receiver
reverseContents
Returns a collection of the same type that the stream accesses, up to
and including the final element, but in reverse order.
1.221.3 WriteStream: positioning
emptyStream
Extension - Reset the stream
This document was generated
on August, 19 2010
using texi2html