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