Streams, Sockets, and Ports
ストリーム、ソケット、およびポート
Use low-level Unix features to manage input and output among files, processes, and the network.
ローレベルUnix機能を使って、ファイル、プロセス、およびネットーワーク間の入出力を管理します。
Topics
話題
Streams
ストリーム
class Stream
An abstract class representing a stream.
あるストリームを表している抽象クラス。
class InputStream
A stream that provides read-only stream functionality.
読み出し専用ストリーム機能性を提供するストリーム。
class OutputStream
A stream that provides write-only stream functionality.
書き込み専用ストリーム機能性を提供するストリーム。
protocol StreamDelegate
An interface that delegates of a stream instance use to handle events on the stream.
ストリームインスタンスの委任先がストリーム上のイベントを処理するために使うインターフェイス。
Tasks and Pipes
タスクとパイプ
class Process
An object that represents a subprocess of the current process.
class Pipe
A one-way communications channel between related processes.
関連プロセス間の一方通行通信経路。
Sockets
さまざまなソケット
class Host
A representation of an individual host on the network.
ネットワーク上の特定のホストの表現。
Deprecated
非推奨
class Port
An abstract class that represents a communication channel.
通信経路を表す抽象クラス。
See Also
参照
Low-Level Utilities
ローレベルユーティリティ
XPC
Manage secure interprocess communication.
安全なプロセス間通信を管理します。
Object Runtime
オブジェクトランタイム
Get low-level support for basic Objective-C features, Cocoa design patterns, and Swift integration.
基本的なObjective-C機能、Cocoaデザインパターン、およびSwift統合のローレベルサポートをします。
Processes and Threads
プロセスとスレッド
Manage your app's interaction with the host operating system and other processes, and implement low-level concurrency features.
あなたのアプリとホストオペレーティングシステムおよび他のプロセスとの相互作用を管理します、そしてローレベル並行性機能を実装します。