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