Type Method 型メソッド

pipe

Returns an NSPipe object. あるNSPipeオブジェクトを返します。

Declaration 宣言

+ (NSPipe *)pipe;

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オブジェクトを作成する