|
|
6.118 ReadStream
- Defined in namespace Smalltalk
- 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.
6.118.1 ReadStream class: instance creation
- on: aCollection
- Answer a new stream working on aCollection from its start.
6.118.2 ReadStream: accessing-reading
- reverseContents
- May be faster than generic stream reverseContents.
- size
- Answer the receiver's size.
|