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


1.198 TextCollector

Defined in namespace Smalltalk
Superclass: Stream
Category: Streams

I am a thread-safe class that maps between standard Stream protocol and a single message to another object (its selector is pluggable and should roughly correspond to #nextPutAll:). I am, in fact, the class that implements the global Transcript object.