Samond Classes Library 1.2.0-RELEASE build 166
|
Standard null stream (/dev/null) class. More...
#import <SCNullStream.h>
Creating Class Instance | |
(SCNullStream *) | + nullStreamWithDelegate: |
(SCNullStream *) | + nullStream |
Initializing Class Instances | |
(id) | - initWithDelegate: |
(id) | - init |
Standard null stream (/dev/null) class.
Implements the access to the standard null stream /dev/null.
Class instances can thrown the following exceptions:
- (id) init |
Initializes a standard null stream by using the default settings.
Reimplemented from SCStream.
- (id) initWithDelegate: | (id<SCStreamDelegate>) | delegate |
Initializes a standard null stream by using the specified delegate object.
delegate | - the delegate object |
+ (SCNullStream *) nullStream |
Returns a standard null stream.
+ (SCNullStream *) nullStreamWithDelegate: | (id<SCStreamDelegate>) | delegate |
Returns a standard null stream with the specified delegate object.
delegate | - the delegate object |