Samond Classes Library 1.2.0-RELEASE build 166
|
Standard system input stream (stdin) access class. More...
#import <SCStandardInputStream.h>
Creating Class Instances | |
(SCStandardInputStream *) | + stdinStreamWithDelegate: |
(SCStandardInputStream *) | + stdinStream |
Initializing Class Instances | |
(id) | - initWithDelegate: |
(id) | - 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:
- (id) init |
Initializes a standard input stream by using the default settings.
Reimplemented from SCStream.
- (id) initWithDelegate: | (id<SCStreamDelegate>) | delegate |
Initializes a standard input stream by using the specified delegate object.
delegate | - the delegate object |
+ (SCStandardInputStream *) stdinStream |
Returns the standard input stream.
+ (SCStandardInputStream *) stdinStreamWithDelegate: | (id<SCStreamDelegate>) | delegate |
Returns the standard input stream with the specified delegate object.
delegate | - the delegate object |