Samond Classes Library 1.2.6-STABLE build 219
|
Standard system output stream (stdout) access class. More...
#import <SCStandardOutputStream.h>
Creating Class Instances | |
(instancetype) | + stdoutStreamWithDelegate: |
(instancetype) | + stdoutStream |
Initializing Class Instances | |
(instancetype) | - initWithDelegate: |
(instancetype) | - init |
Standard system output stream (stdout) access class.
Defines the access to the standard system output stream stdout.
Class instances can thrown the following exceptions:
- (instancetype) init |
Initializes a standard output stream by using the default settings.
Reimplemented from SCStream.
- (instancetype) initWithDelegate: | (id<SCStreamDelegate>) | delegate |
Initializes a standard output stream by using the specified delegate object.
delegate | - the delegate object |
+ (instancetype) stdoutStream |
Returns a standard output stream.
+ (instancetype) stdoutStreamWithDelegate: | (id<SCStreamDelegate>) | delegate |
Returns a standard output stream with the specified delegate object.
delegate | object |