[Previous]
[Up]
[Next]
NSPipe
Authors
- Pierre-Yves Rivaille
-
Version: $Revision$
Date: $Date$
Declared in: Foundation/NSFileHandle.h
Conforms to: NSObject
The NSPipe provides an encapsulation of the UNIX concept of pipe. With NSPipe, it
is possible to redirect the standard input o
Instance Variables
Methods
Class Methods
+ (id) pipe;
Returns a newly allocated and initialized NSPipe object that has been sent an
autorelease message.
Instances Methods
- (id) init;
- (id) fileHandleForReading;
- (id) fileHandleForWriting;
Returns a newly allocated and initialized NSPipe object that has been sent an
autorelease message.