Instance Method インスタンスメソッド

readDataToEndOfFile

Reads the available data synchronously up to the end of file or maximum number of bytes.

Declaration 宣言

- (NSData *)readDataToEndOfFile;

Return Value 戻り値

The data available through the receiver up to maximum size that can be represented by an NSData object or, if a communications channel, until an end-of-file indicator is returned. レシーバを通して利用可能な、NSDataオブジェクトによって表現できる最大サイズまでまたは、通信経路ならば、ファイル終端指示子が返されるまでのデータ。

Discussion 議論

This method invokes readDataOfLength: as part of its implementation. このメソッドは、readDataOfLength:をそれの実装の一部として発動します。

See Also 参照

Deprecated 非推奨

Related Documentation 関連文書