[Previous] [Up] [Next]

NSPipe

Authors

Pierre-Yves Rivaille

Version: $Revision$

Date: $Date$

NSPipe

NSPipe

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

pipe

+ (id) pipe;
Returns a newly allocated and initialized NSPipe object that has been sent an autorelease message.

Instances Methods

init

- (id) init;

fileHandleForReading

- (id) fileHandleForReading;

fileHandleForWriting

- (id) fileHandleForWriting;
Returns a newly allocated and initialized NSPipe object that has been sent an autorelease message.