init

Returns an initialized NSPipe object. 初期化されたNSPipeオブジェクトを返します。

Declaration 宣言

- (id)init

Return Value 戻り値

An initialized NSPipe object. Returns nil if the method encounters errors while attempting to create the pipe or the NSFileHandle objects that serve as endpoints of the pipe. 初期化されたNSPipeオブジェクト。nilを返します、もしメソッドがエラーに出くわすならば、パイプまたはパイプのエンドポイントとして用をなすNSFileHandleオブジェクトを作成しようとする間に。

See Also 参照

Creating an NSPipe Object NSPipeオブジェクトを作成する