|
Samond Classes Library 1.1.6-RELEASE build 132
|
Standard error (stderr) stream class. More...
#import <SCStandardErrorStream.h>
Public Member Functions | |
Writing Strings | |
| (void) | - writeString:encoding: |
| (void) | - writeString: |
Creating and Initializing Stream | |
| (SCStandardErrorStream *) | + stderrStream |
| (SCStandardErrorStream *) | + stderrStreamWithDelegate: |
| (id) | - init |
| (id) | - initWithDelegate: |
Standard error (stderr) stream class.
Class is a concrete subclass of SCStream with support of output into the stderr.
Class was introduced in version 1.1.3.
| - (id) init |
| - (id) initWithDelegate: | (id<SCStreamDelegate>) | delegate |
Initializes the stderr stream using the specified delegate object.
| delegate | - delegate object |
| + (SCStandardErrorStream *) stderrStream |
Returns the stderr stream.
| + (SCStandardErrorStream *) stderrStreamWithDelegate: | (id<SCStreamDelegate>) | delegate |
Returns the stderr 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