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

expectedResourceDataSize

Returns the expected length of the resource data if it is provided by the server. リソースデータの予想される長さを返します、もしそれがサーバによって提供されるならば。

Declaration 宣言

- (long long)expectedResourceDataSize;

Return Value 戻り値

The expected size of the resource data, in bytes. A negative value if the length is unknown. リソースデータの予想されるサイズ、バイトで。長さが未知ならば負の値。

Discussion 議論

This information can be queried before all the data has arrived. この情報は、全てのデータが到着する前に照会されることができます。

See Also 参照

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