Next: , Previous: , Up: Base classes   [Index]


1.141 ReadWriteStream

Defined in namespace Smalltalk
Superclass: WriteStream
Category: Streams-Collections

I am the class of streams that may be read and written from simultaneously. In some sense, I am the best of both ReadStream and WriteStream.