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

availableResourceData

Immediately returns the currently available resource data managed by the URL handle. URLハンドルによって管理される現在理由可能なリソースデータを直ぐに返します。

Declaration 宣言

- (NSData *)availableResourceData;

Return Value 戻り値

The currently available resource data managed by the URL handle. Returns nil if a previous attempt to load the data failed. URLハンドルによって管理される現在理由可能なリソースデータ。nilを返します、もしデータをロードする以前の試みが失敗したならば。

See Also 参照

Loading resource data リソースデータをロードする