Samond Classes Library 1.2.1-RELEASE build 181
|
Standard system input stream (stdin) access class. More...
#import <SCStandardInputStream.h>
Creating Class Instances | |
(instancetype) | + stdinStreamWithDelegate: |
(instancetype) | + stdinStream |
Initializing Class Instances | |
(instancetype) | - initWithDelegate: |
(instancetype) | - init |
Standard system input stream (stdin) access class.
Defines the access to the standard system input stream stdin.
Class instances can thrown the following exceptions:
- (instancetype) init |
Initializes a standard input stream by using the default settings.
Reimplemented from SCStream.
- (instancetype) initWithDelegate: | (id<SCStreamDelegate>) | delegate |
Initializes a standard input stream by using the specified delegate object.
delegate | - the delegate object |
+ (instancetype) stdinStream |
Returns the standard input stream.
+ (instancetype) stdinStreamWithDelegate: | (id<SCStreamDelegate>) | delegate |
Returns the standard input stream with the specified delegate object.
delegate | - the delegate object |