Programmer's Reference

Writing

flush, nextPut:, nextPutAll:, next:put:, cr, space, tab

Porting tip:The Blue Book methods crTab: and crTab: were omitted because they can be easily composed using cr and tab. They are not included in the Red Book. The message flush is included to support polymorphic programming using CLDT streams and CFS file streams. Sending flush to a CLDT stream has no effect.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]