Class

Pipe

A one-way communications channel between related processes. 関連プロセス間の一方通行通信経路。

Declaration 宣言

class Pipe : NSObject

Overview 概要

Pipe objects provide an object-oriented interface for accessing pipes. An Pipe object represents both ends of a pipe and enables communication through the pipe. A pipe is a one-way communications channel between related processes; one process writes data, while the other process reads that data. The data that passes through the pipe is buffered; the size of the buffer is determined by the underlying operating system. Pipe is an abstract class, the public interface of a class cluster. Pipeオブジェクトは、パイプにアクセスするためのオブジェクト指向インターフェイスを提供します。あるPipeオブジェクトは、パイプの両端を表します、そしてそのパイプを通した通信を可能にします。パイプは、関連プロセス間の一方通行通信経路です;1つのプロセスはデータを書き出します、いっぽう他方のプロセスはそのデータを読み出します。パイプを通して渡されるデータはバッファされます;バッファの大きさは基底オペレーティングシステムによって決定されます。Pipeは、ある抽象クラス、あるクラスクラスタのパブリックインターフェイスです。

Topics 話題

Getting the File Handles for a Pipe パイプに対するファイルハンドルを取得する

Relationships 関係

Inherits From 継承元

See Also 参照

Tasks and Pipes タスクとパイプ