![]() | Squeak Class Documentation | category index | class index |
LimitedWriteStream category: Collections-Streams superclass: WriteStream subclasses: A LimitedWriteStream is a specialized WriteStream that has a maximum size of the collection it streams over. When this limit is reached a special limitBlock is executed. This can for example be used to "bail out" of lengthy streaming operations before they have finished. For a simple example take a look at the universal Object printString.
|
||||||||||||||||||||||||||||