|
Samond Classes Library 1.1.6-RELEASE build 132
|
Standard output (stdout) stream class. More...
#import <SCStandardOutputStream.h>
Public Member Functions | |
Writing Strings | |
| (void) | - writeString:encoding: |
| (void) | - writeString: |
Creating and Initializing Stream | |
| (SCStandardOutputStream *) | + stdoutStream |
| (SCStandardOutputStream *) | + stdoutStreamWithDelegate: |
| (id) | - init |
| (id) | - initWithDelegate: |
Standard output (stdout) stream class.
Class is a concrete subclass of SCStream with support of output into the stdout.
Class was introduced in version 1.1.3.
| - (id) init |
| - (id) initWithDelegate: | (id<SCStreamDelegate>) | delegate |
Initializes the stdout stream using the specified delegate object.
| delegate | - delegate object |
| + (SCStandardOutputStream *) stdoutStream |
Returns the stdout stream.
| + (SCStandardOutputStream *) stdoutStreamWithDelegate: | (id<SCStreamDelegate>) | delegate |
Returns the stdout stream opening by using the specified delegate object.
| delegate | - delegate object |
| - (void) writeString: | (NSString *) | string |
Writes into the stream the specified UTF-8 text string with end of line character.
| string | - writed string |
| SCStreamException | - stream operation error detected |
| SCSystemException | - system error detected |
Reimplemented from SCStream.
| - (void) writeString: | (NSString *) | string | |
| encoding: | (NSStringEncoding) | encoding | |
Writes into the stream the specified text string with the specified encoding end of line character.
| string | - writed string |
| encoding | - string encoding |
| SCStreamException | - stream operation error detected |
| SCSystemException | - system error detected |
Reimplemented from SCStream.
1.7.3