Next: String, Previous: SortedCollection, Up: Base classes [Index]
I am an abstract class that provides interruptable sequential access to objects. I can return successive objects from a source, or accept successive objects and store them sequentially on a sink. I provide some simple iteration over the contents of one of my instances, and provide for writing collections sequentially.
| • Stream-accessing-reading: | (instance) | |
| • Stream-accessing-writing: | (instance) | |
| • Stream-basic: | (instance) | |
| • Stream-buffering: | (instance) | |
| • Stream-built ins: | (instance) | |
| • Stream-character writing: | (instance) | |
| • Stream-compiling: | (instance) | |
| • Stream-concatenating: | (instance) | |
| • Stream-enumerating: | (instance) | |
| • Stream-filing out: | (instance) | |
| • Stream-filtering: | (instance) | |
| • Stream-polymorphism: | (instance) | |
| • Stream-positioning: | (instance) | |
| • Stream-printing: | (instance) | |
| • Stream-still unclassified: | (instance) | |
| • Stream-storing: | (instance) | |
| • Stream-streaming protocol: | (instance) | |
| • Stream-testing: | (instance) |