Type Method 型メソッド

inputStreamWithFileAtPath:

Creates and returns an initialized NSInputStream object that reads data from the file at a given path. 初期化されたNSInputStreamオブジェクトを作成して返します、それはデータをある与えられたパスでのファイルから読み出します。

Declaration 宣言

+ (instancetype)inputStreamWithFileAtPath:(NSString *)path;

Parameters パラメータ

path

The path to the file. ファイルへのパス。

Return Value 戻り値

An initialized NSInputStream object that reads data from the file at path. 初期化されたNSInputStreamオブジェクト、それはpathでファイルからデータを読み出します。

Discussion 議論

The stream must be opened before it can be used. ストリームは、それが使われる前に開かれなければなりません。

See Also 参照

Creating Streams ストリームを作成する