public class AMF extends Object
Modifier and Type | Field and Description |
---|---|
static Charset |
CHARSET
UTF-8 is used
|
static int |
LONG_STRING_LENGTH
Max string lenght constant
|
static byte |
TYPE_AMF3_OBJECT
Object marker constant (for AMF3)
|
static byte |
TYPE_ARRAY
Array marker constant
|
static byte |
TYPE_BOOLEAN
Boolean value marker constant
|
static byte |
TYPE_CLASS_OBJECT
Class marker constant
|
static byte |
TYPE_DATE
Date marker constant
|
static byte |
TYPE_END_OF_OBJECT
End of object marker constant
|
static byte |
TYPE_LONG_STRING
Long string marker constant
|
static byte |
TYPE_MIXED_ARRAY
Mixed array marker constant
|
static byte |
TYPE_MOVIECLIP
MovieClip marker constant
|
static byte |
TYPE_NULL
Null marker constant
|
static byte |
TYPE_NUMBER
Number marker constant
|
static byte |
TYPE_OBJECT
Object marker constant
|
static byte |
TYPE_RECORDSET
Recordset marker constant
|
static byte |
TYPE_REFERENCE
Object reference marker constant
|
static byte |
TYPE_STRING
String marker constant
|
static byte |
TYPE_UNDEFINED
Undefined marker constant
|
static byte |
TYPE_UNSUPPORTED
Unsupported type marker constant
|
static byte |
TYPE_XML
XML marker constant
|
static byte |
VALUE_FALSE
false marker constant
|
static byte |
VALUE_TRUE
true marker constant
|
Constructor and Description |
---|
AMF() |
public static final Charset CHARSET
public static final int LONG_STRING_LENGTH
public static final byte TYPE_NUMBER
public static final byte TYPE_BOOLEAN
public static final byte TYPE_STRING
public static final byte TYPE_OBJECT
public static final byte TYPE_MOVIECLIP
public static final byte TYPE_NULL
public static final byte TYPE_UNDEFINED
public static final byte TYPE_REFERENCE
public static final byte TYPE_MIXED_ARRAY
public static final byte TYPE_END_OF_OBJECT
public static final byte TYPE_ARRAY
public static final byte TYPE_DATE
public static final byte TYPE_LONG_STRING
public static final byte TYPE_UNSUPPORTED
public static final byte TYPE_RECORDSET
public static final byte TYPE_XML
public static final byte TYPE_CLASS_OBJECT
public static final byte TYPE_AMF3_OBJECT
public static final byte VALUE_TRUE
public static final byte VALUE_FALSE
Copyright © 2006-2012 The Red5 Project