Next: PositionableStream-still unclassified, Previous: PositionableStream-compiling, Up: PositionableStream [Index]
Move the stream pointer to the anInteger-th object
Answer true if the stream supports moving backwards with #skip:.
Answer the current value of the stream pointer
Move the stream pointer to the anInteger-th object
Move the stream back to its first element. For write-only streams, the stream is truncated there.
Move the current position to the end of the stream.
Answer the size of data on which we are streaming.
Move the current position by anInteger places, either forwards or backwards.