Type Method 型メソッド

inputStreamWithURL:

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

Declaration 宣言

+ (instancetype)inputStreamWithURL:(NSURL *)url;

Parameters パラメータ

url

The URL to the file. ファイルに対するURL。

Return Value 戻り値

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

Discussion 議論

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

See Also 参照

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