|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.humatic.dsj.src.rtmp.AMF3
public class AMF3
Defines constants and supplies encoding functions for Action Message Format version 3 (AMF3) datatransfer
| Field Summary | |
|---|---|
static int |
ARRAY
AMF3 datatypes, the actual AMF marker value is the product of AMF3.CONSTANT & AMF3.MASK |
static int |
BYTE_ARRAY
AMF3 datatypes, the actual AMF marker value is the product of AMF3.CONSTANT & AMF3.MASK |
static int |
DATE
AMF3 datatypes, the actual AMF marker value is the product of AMF3.CONSTANT & AMF3.MASK |
static int |
DOUBLE
AMF3 datatypes, the actual AMF marker value is the product of AMF3.CONSTANT & AMF3.MASK |
static int |
FALSE
AMF3 datatypes, the actual AMF marker value is the product of AMF3.CONSTANT & AMF3.MASK |
static int |
INT
AMF3 datatypes, the actual AMF marker value is the product of AMF3.CONSTANT & AMF3.MASK |
static int |
MASK
|
static int |
NULL
AMF3 datatypes, the actual AMF marker value is the product of AMF3.CONSTANT & AMF3.MASK |
static int |
OBJECT
AMF3 datatypes, the actual AMF marker value is the product of AMF3.CONSTANT & AMF3.MASK |
static int |
STRING
AMF3 datatypes, the actual AMF marker value is the product of AMF3.CONSTANT & AMF3.MASK |
static int |
TRUE
AMF3 datatypes, the actual AMF marker value is the product of AMF3.CONSTANT & AMF3.MASK |
static int |
UNDEFINED
AMF3 datatypes, the actual AMF marker value is the product of AMF3.CONSTANT & AMF3.MASK |
static int |
XML
AMF3 datatypes, the actual AMF marker value is the product of AMF3.CONSTANT & AMF3.MASK |
static int |
XML_DOC
AMF3 datatypes, the actual AMF marker value is the product of AMF3.CONSTANT & AMF3.MASK |
| Constructor Summary | |
|---|---|
AMF3()
|
|
| Method Summary | |
|---|---|
static int |
encodeBool(boolean val,
byte[] cont,
int pos)
|
static int |
encodeDouble(double value,
byte[] cont,
int pos)
|
static int |
encodeNull(byte[] cont,
int pos)
|
static int |
encodeString(java.lang.String s,
boolean prependCode,
byte[] cont,
int pos)
|
static int |
encodeUndef(byte[] cont,
int pos)
|
static int |
encodeVarLengthInt(int value,
byte[] cont,
int pos)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int UNDEFINED
public static final int NULL
public static final int FALSE
public static final int TRUE
public static final int INT
public static final int DOUBLE
public static final int STRING
public static final int XML_DOC
public static final int DATE
public static final int ARRAY
public static final int OBJECT
public static final int XML
public static final int BYTE_ARRAY
public static final int MASK
| Constructor Detail |
|---|
public AMF3()
| Method Detail |
|---|
public static int encodeUndef(byte[] cont,
int pos)
public static int encodeNull(byte[] cont,
int pos)
public static int encodeBool(boolean val,
byte[] cont,
int pos)
public static int encodeVarLengthInt(int value,
byte[] cont,
int pos)
public static int encodeDouble(double value,
byte[] cont,
int pos)
public static int encodeString(java.lang.String s,
boolean prependCode,
byte[] cont,
int pos)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||