Next: WriteStream-positioning, Previous: WriteStream class-instance creation, Up: WriteStream [Index]
Returns a collection of the same type that the stream accesses, up to and including the final element.
Put n characters or bytes of aCollection, starting at the pos-th, in the collection buffer.
Store anObject as the next item in the receiver. Grow the collection if necessary
Answer a ReadStream on the same contents as the receiver
Returns a collection of the same type that the stream accesses, up to and including the final element, but in reverse order.