Back: Random-testing Up: Base classes Forward: ReadStream class-instance creation   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document

1.137 ReadStream

Defined in namespace Smalltalk
Superclass: PositionableStream
Category: Streams-Collections
I implement the set of read-only stream objects. You may read from my objects, but you may not write to them.

1.137.1 ReadStream class: instance creation  (class)


1.137.1 ReadStream class: instance creation

on: aCollection
Answer a new stream working on aCollection from its start.

on: aCollection from: firstIndex to: lastIndex
Answer an instance of the receiver streaming from the firstIndex-th item of aCollection to the lastIndex-th



Back: ReadStream Up: ReadStream Forward: ReadWriteStream   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document


This document was generated on July, 23 2009 using texi2html