|
Samond Classes Library 1.2.6-STABLE build 219
|
Standard system error stream (stderr) access class. More...
#import <SCStandardErrorStream.h>
Inheritance diagram for SCStandardErrorStream:Creating Class Instances | |
| (instancetype) | + stderrStreamWithDelegate: |
| (instancetype) | + stderrStream |
Initializing Class Instances | |
| (instancetype) | - initWithDelegate: |
| (instancetype) | - 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:
| - (instancetype) init |
Initializes a standard error stream by using the default settings.
Reimplemented from SCStream.
| - (instancetype) initWithDelegate: | (id<SCStreamDelegate>) | delegate |
Initializes a standard error stream by using the specified delegate object.
| delegate | - the delegate object |
| + (instancetype) stderrStream |
Returns a standard error stream.
| + (instancetype) stderrStreamWithDelegate: | (id<SCStreamDelegate>) | delegate |
Returns a standard error stream with the specified delegate object.
| delegate | - the delegate object |
1.8.9.1