Packagech.capi.net
Classpublic class DataType
InheritanceDataType Inheritance Object

Represents some simple data type constants for the data of a ILoadableFile

See also

ILoadableFile.getData()


Public Constants
 ConstantDefined By
  BITMAP : String = flash.display.Bitmap
[static] Defines the Bitmap data type.
DataType
  BITMAP_DATA : String = flash.display.BitmapData
[static] Defines the BitmapData data type.
DataType
  BYTE_ARRAY : String = flash.utils.ByteArray
[static] Defines the ByteArray data type.
DataType
  LOADER : String = flash.display.Loader
[static] Defines the Loader data type.
DataType
  SOUND : String = flash.media.Sound
[static] Defines the Sound data type.
DataType
  STREAM : String = flash.net.URLStream
[static] Defines the Stream data type.
DataType
  STYLE_SHEET : String = flash.text.StyleSheet
[static] Defines the StyleSheet data type.
DataType
  URL_VARIABLES : String = flash.net.URLVariables
[static] Defines the URLVariables data type.
DataType
  XML : String = XML
[static] Defines the XML data type.
DataType
  XML_DOCUMENT : String = flash.xml.XMLDocument
[static] Defines the XMLDocument data type.
DataType
Constant Detail
BITMAPConstant
public static const BITMAP:String = flash.display.Bitmap

Defines the Bitmap data type.

BITMAP_DATAConstant 
public static const BITMAP_DATA:String = flash.display.BitmapData

Defines the BitmapData data type.

BYTE_ARRAYConstant 
public static const BYTE_ARRAY:String = flash.utils.ByteArray

Defines the ByteArray data type.

LOADERConstant 
public static const LOADER:String = flash.display.Loader

Defines the Loader data type.

SOUNDConstant 
public static const SOUND:String = flash.media.Sound

Defines the Sound data type.

STREAMConstant 
public static const STREAM:String = flash.net.URLStream

Defines the Stream data type.

STYLE_SHEETConstant 
public static const STYLE_SHEET:String = flash.text.StyleSheet

Defines the StyleSheet data type.

URL_VARIABLESConstant 
public static const URL_VARIABLES:String = flash.net.URLVariables

Defines the URLVariables data type.

XMLConstant 
public static const XML:String = XML

Defines the XML data type.

XML_DOCUMENTConstant 
public static const XML_DOCUMENT:String = flash.xml.XMLDocument

Defines the XMLDocument data type.