StreamSequence

Andres Valloud sqrmax at cvtci.com.ar
Thu Sep 2 23:04:23 UTC 1999


Hi.

What things should this object support? Consider that lots of features
will mean lots of index and position management overhead...

1. On the fly removeAt: and add:readFrom:to: without losing position.
2. On the fly resizing of stream segments sequenced.
3. Support for nextPut:, enlarging the last stream sequenced when
appropriate.
4. Reverse next.
5. Access by substream.
6. Any other?
7. A better name?

Andres.

PS: note that the method removeAt: has a little bug in the last
changeset, it should include the line

size _ nil.

somewhere.





More information about the Squeak-dev mailing list