Class: URLLoaderDataFormat

URLLoaderDataFormat

URLLoaderDataFormat クラスは、ダウンロードされるデータの受信方法を指定する値を提供します。

The URLLoaderDataFormat class provides values that specify how downloaded data is received.

new next2d.net.URLLoaderDataFormat ()

Members

next2d.net.URLLoaderDataFormat.ARRAY_BUFFER staticconstant

ダウンロードされるデータを生のバイナリデータとして受信することを指定します。
Specifies that downloaded data is received as raw binary data.

Default Value:
  • arraybuffer

next2d.net.URLLoaderDataFormat.JSON staticconstant

ダウンロードされるデータをJSONとして受信することを指定します。
Specifies that downloaded data is received as string.

Default Value:
  • json

next2d.net.URLLoaderDataFormat.namespace staticconstant

指定されたクラスの空間名を返します。
Returns the space name of the specified class.

Default Value:
  • next2d.net.URLLoaderDataFormat

namespace constant

指定されたオブジェクトの空間名を返します。
Returns the space name of the specified object.

Default Value:
  • next2d.net.URLLoaderDataFormat

Methods

next2d.net.URLLoaderDataFormat.toString ()string static

指定されたクラスのストリングを返します。
Returns the string representation of the specified class.

Default Value:
  • [class URLLoaderDataFormat]
Returns:
TypeDescription
string

toString ()string

指定されたオブジェクトのストリングを返します。
Returns the string representation of the specified object.

Default Value:
  • [object URLLoaderDataFormat]
Returns:
TypeDescription
string