| Package | ch.capi.net |
| Class | public class DataType |
| Inheritance | DataType Object |
ILoadableFile
See also
| Constant | Defined 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 | ||
| BITMAP | Constant |
public static const BITMAP:String = flash.display.Bitmap
Defines the Bitmap data type.
| BITMAP_DATA | Constant |
public static const BITMAP_DATA:String = flash.display.BitmapData
Defines the BitmapData data type.
| BYTE_ARRAY | Constant |
public static const BYTE_ARRAY:String = flash.utils.ByteArray
Defines the ByteArray data type.
| LOADER | Constant |
public static const LOADER:String = flash.display.Loader
Defines the Loader data type.
| SOUND | Constant |
public static const SOUND:String = flash.media.Sound
Defines the Sound data type.
| STREAM | Constant |
public static const STREAM:String = flash.net.URLStream
Defines the Stream data type.
| STYLE_SHEET | Constant |
public static const STYLE_SHEET:String = flash.text.StyleSheet
Defines the StyleSheet data type.
| URL_VARIABLES | Constant |
public static const URL_VARIABLES:String = flash.net.URLVariables
Defines the URLVariables data type.
| XML | Constant |
public static const XML:String = XML
Defines the XML data type.
| XML_DOCUMENT | Constant |
public static const XML_DOCUMENT:String = flash.xml.XMLDocument
Defines the XMLDocument data type.