Samond Classes Library 1.2.0-RELEASE build 166
|
Standard system error stream (stderr) access class. More...
#import <SCStandardErrorStream.h>
Creating Class Instances | |
(SCStandardErrorStream *) | + stderrStreamWithDelegate: |
(SCStandardErrorStream *) | + stderrStream |
Initializing Class Instances | |
(id) | - initWithDelegate: |
(id) | - init |
Standard system error stream (stderr) access class.
Defines the access to the standard system error stream stderr: Class instances can thrown the following exceptions:
- (id) init |
Initializes a standard error stream by using the default settings.
Reimplemented from SCStream.
- (id) initWithDelegate: | (id<SCStreamDelegate>) | delegate |
Initializes a standard error stream by using the specified delegate object.
delegate | - the delegate object |
+ (SCStandardErrorStream *) stderrStream |
Returns a standard error stream.
+ (SCStandardErrorStream *) stderrStreamWithDelegate: | (id<SCStreamDelegate>) | delegate |
Returns a standard error stream with the specified delegate object.
delegate | - the delegate object |