|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AMFType
Constants for the AMF3 type code bytes.
| Field Summary | |
|---|---|
static byte |
AMF0_ARRAY
Constant for the AMF0 Array type code. |
static byte |
AMF3_IN_AMF0
Constant for the AMF3 data type in AMF0. |
static byte |
ARRAY
Constant for the type code for ActionScript Array values. |
static byte |
BYTE_ARRAY
Constant for the type code for byte array values. |
static byte |
DATE
Constant for the type code for Date values. |
static byte |
FALSE
Constant for the type code for boolean false values. |
static byte |
INT
Constant for the type code for integer values. |
static byte |
NULL
Constant for the type code for null values. |
static byte |
NUMBER
Constant for the type code for Number values. |
static byte |
OBJECT
Constant for the type code for Object values. |
static byte |
STRING
Constant for the type code for String values. |
static byte |
TRUE
Constant for the type code for boolean true values. |
static byte |
UNDEFINED
Constant for the type code for undefined values. |
static byte |
XML
Constant for the type code for XML values which map to the top level XML class in AS3. |
static byte |
XML_LEGACY
Constant for the type code for legacy XML values which map to the flash.xml.XMLDocument class. |
| Field Detail |
|---|
static final byte UNDEFINED
static final byte NULL
static final byte FALSE
static final byte TRUE
static final byte INT
static final byte NUMBER
static final byte STRING
static final byte XML_LEGACY
static final byte DATE
static final byte ARRAY
static final byte OBJECT
static final byte XML
static final byte BYTE_ARRAY
static final byte AMF0_ARRAY
static final byte AMF3_IN_AMF0
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||