| Modifier and Type | Interface and Description |
|---|---|
interface |
DumpContext |
| Modifier and Type | Class and Description |
|---|---|
class |
JMFDeserializer |
class |
JMFDumper |
| Modifier and Type | Method and Description |
|---|---|
void |
CodecRegistry.PrimitivePropertyCodec.decodePrimitive(InputContext ctx,
java.lang.Object holder,
Property property) |
| Constructor and Description |
|---|
JMFObjectInputStream(InputContext in,
ClassDescriptor desc,
java.lang.Object v) |
| Modifier and Type | Method and Description |
|---|---|
T |
StandardCodec.decode(InputContext ctx,
int parameterizedJmfType) |
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<?> |
ArrayListCodec.decode(InputContext ctx,
int parameterizedJmfType) |
java.math.BigDecimal |
BigDecimalCodec.decode(InputContext ctx,
int parameterizedJmfType) |
java.math.BigInteger |
BigIntegerCodec.decode(InputContext ctx,
int parameterizedJmfType) |
java.lang.Boolean |
BooleanCodec.decode(InputContext ctx,
int parameterizedJmfType) |
java.lang.Byte |
ByteCodec.decode(InputContext ctx,
int parameterizedJmfType) |
java.lang.Character |
CharacterCodec.decode(InputContext ctx,
int parameterizedJmfType) |
java.util.Date |
DateCodec.decode(InputContext ctx,
int parameterizedJmfType) |
java.lang.Double |
DoubleCodec.decode(InputContext ctx,
int parameterizedJmfType) |
java.lang.Object |
EnumCodec.decode(InputContext ctx,
int parameterizedJmfType) |
java.lang.Float |
FloatCodec.decode(InputContext ctx,
int parameterizedJmfType) |
java.lang.Object |
GenericCollectionCodec.decode(InputContext ctx,
int parameterizedJmfType) |
java.lang.Object |
GenericMapCodec.decode(InputContext ctx,
int parameterizedJmfType) |
java.util.HashMap<?,?> |
HashMapCodec.decode(InputContext ctx,
int parameterizedJmfType) |
java.util.HashSet<?> |
HashSetCodec.decode(InputContext ctx,
int parameterizedJmfType) |
java.lang.Integer |
IntegerCodec.decode(InputContext ctx,
int parameterizedJmfType) |
java.lang.Long |
LongCodec.decode(InputContext ctx,
int parameterizedJmfType) |
java.lang.Object |
NullCodec.decode(InputContext ctx,
int parameterizedJmfType) |
java.lang.Object |
ObjectArrayCodec.decode(InputContext ctx,
int parameterizedJmfType) |
java.lang.Object |
PrimitiveArrayCodec.decode(InputContext ctx,
int parameterizedJmfType) |
java.lang.Short |
ShortCodec.decode(InputContext ctx,
int parameterizedJmfType) |
java.sql.Date |
SqlDateCodec.decode(InputContext ctx,
int parameterizedJmfType) |
java.sql.Time |
SqlTimeCodec.decode(InputContext ctx,
int parameterizedJmfType) |
java.sql.Timestamp |
SqlTimestampCodec.decode(InputContext ctx,
int parameterizedJmfType) |
java.lang.String |
StringCodec.decode(InputContext ctx,
int parameterizedJmfType) |
boolean |
BooleanCodec.decodePrimitive(InputContext ctx) |
byte |
ByteCodec.decodePrimitive(InputContext ctx) |
char |
CharacterCodec.decodePrimitive(InputContext ctx) |
double |
DoubleCodec.decodePrimitive(InputContext ctx) |
float |
FloatCodec.decodePrimitive(InputContext ctx) |
int |
IntegerCodec.decodePrimitive(InputContext ctx) |
long |
LongCodec.decodePrimitive(InputContext ctx) |
short |
ShortCodec.decodePrimitive(InputContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<?> |
ArrayListCodecImpl.decode(InputContext ctx,
int parameterizedJmfType) |
java.math.BigDecimal |
BigDecimalCodecImpl.decode(InputContext ctx,
int parameterizedJmfType) |
java.math.BigInteger |
BigIntegerCodecImpl.decode(InputContext ctx,
int parameterizedJmfType) |
java.lang.Boolean |
BooleanCodecImpl.decode(InputContext ctx,
int parameterizedJmfType) |
java.lang.Byte |
ByteCodecImpl.decode(InputContext ctx,
int parameterizedJmfType) |
java.lang.Character |
CharacterCodecImpl.decode(InputContext ctx,
int parameterizedJmfType) |
java.lang.Object |
ClassCodecImpl.decode(InputContext ctx,
int parameterizedJmfType) |
java.util.Date |
DateCodecImpl.decode(InputContext ctx,
int parameterizedJmfType) |
java.lang.Double |
DoubleCodecImpl.decode(InputContext ctx,
int parameterizedJmfType) |
java.lang.Object |
EnumCodecImpl.decode(InputContext ctx,
int parameterizedJmfType) |
java.lang.Float |
FloatCodecImpl.decode(InputContext ctx,
int parameterizedJmfType) |
java.lang.Object |
GenericCollectionCodecImpl.decode(InputContext ctx,
int parameterizedJmfType) |
java.lang.Object |
GenericMapCodecImpl.decode(InputContext ctx,
int parameterizedJmfType) |
java.util.HashMap<?,?> |
HashMapCodecImpl.decode(InputContext ctx,
int parameterizedJmfType) |
java.util.HashSet<?> |
HashSetCodecImpl.decode(InputContext ctx,
int parameterizedJmfType) |
java.lang.Integer |
IntegerCodecImpl.decode(InputContext ctx,
int parameterizedJmfType) |
java.lang.Long |
LongCodecImpl.decode(InputContext ctx,
int parameterizedJmfType) |
java.lang.Object |
NullCodecImpl.decode(InputContext ctx,
int parameterizedJmfType) |
java.lang.Object |
ObjectArrayCodecImpl.decode(InputContext ctx,
int parameterizedJmfType) |
java.lang.Object |
ObjectCodecImpl.decode(InputContext ctx,
int parameterizedJmfType) |
java.lang.Object |
PrimitiveArrayCodecImpl.decode(InputContext ctx,
int parameterizedJmfType) |
java.lang.Short |
ShortCodecImpl.decode(InputContext ctx,
int parameterizedJmfType) |
java.sql.Date |
SqlDateCodecImpl.decode(InputContext ctx,
int parameterizedJmfType) |
java.sql.Time |
SqlTimeCodecImpl.decode(InputContext ctx,
int parameterizedJmfType) |
java.sql.Timestamp |
SqlTimestampCodecImpl.decode(InputContext ctx,
int parameterizedJmfType) |
java.lang.String |
StringCodecImpl.decode(InputContext ctx,
int parameterizedJmfType) |
boolean |
BooleanCodecImpl.decodePrimitive(InputContext ctx) |
byte |
ByteCodecImpl.decodePrimitive(InputContext ctx) |
char |
CharacterCodecImpl.decodePrimitive(InputContext ctx) |
double |
DoubleCodecImpl.decodePrimitive(InputContext ctx) |
float |
FloatCodecImpl.decodePrimitive(InputContext ctx) |
int |
IntegerCodecImpl.decodePrimitive(InputContext ctx) |
long |
LongCodecImpl.decodePrimitive(InputContext ctx) |
short |
ShortCodecImpl.decodePrimitive(InputContext ctx) |
protected void |
ObjectCodecImpl.decodeSerializable(InputContext ctx,
java.io.Serializable v) |
protected void |
ObjectCodecImpl.decodeSerializable(InputContext ctx,
java.io.Serializable v,
ClassDescriptor desc) |
protected java.lang.String |
StringCodecImpl.decodeUUID(InputContext ctx,
int parameterizedJmfType) |
protected boolean[] |
PrimitiveArrayCodecImpl.readBooleanArray0(InputContext ctx,
int length) |
protected byte[] |
PrimitiveArrayCodecImpl.readByteArray0(InputContext ctx,
int length) |
protected char[] |
PrimitiveArrayCodecImpl.readCharacterArray0(InputContext ctx,
int length) |
protected char |
CharacterCodecImpl.readCharData(InputContext ctx,
int parameterizedJmfType) |
protected double[] |
PrimitiveArrayCodecImpl.readDoubleArray0(InputContext ctx,
int length) |
static double |
DoubleCodecImpl.readDoubleData(InputContext ctx,
int parameterizedJmfType) |
protected float[] |
PrimitiveArrayCodecImpl.readFloatArray0(InputContext ctx,
int length) |
protected int |
IntegerCodecImpl.readIntData(InputContext ctx,
int parameterizedJmfType) |
protected int[] |
PrimitiveArrayCodecImpl.readIntegerArray0(InputContext ctx,
int length) |
protected long[] |
PrimitiveArrayCodecImpl.readLongArray0(InputContext ctx,
int length) |
protected long |
LongCodecImpl.readLongData(InputContext ctx,
int parameterizedJmfType) |
protected java.lang.Object |
ObjectArrayCodecImpl.readObjectArray(InputContext ctx,
java.lang.Class<?> componentType,
int length,
int dimensions) |
protected java.lang.Object |
ObjectArrayCodecImpl.readObjectArray0(InputContext ctx,
java.lang.Class<?> componentType,
int length) |
protected java.lang.Object |
PrimitiveArrayCodecImpl.readPrimitiveArray(InputContext ctx,
java.lang.Class<?> componentType,
int jmfComponentType,
int length,
int dimensions) |
protected java.lang.Object |
PrimitiveArrayCodecImpl.readPrimitiveArray0(InputContext ctx,
java.lang.Class<?> componentType,
int jmfComponentType,
int length) |
protected short[] |
PrimitiveArrayCodecImpl.readShortArray0(InputContext ctx,
int length) |
protected short |
ShortCodecImpl.readShortData(InputContext ctx,
int parameterizedJmfType) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
ClassNameUtil.decodeClassName(InputContext ctx) |
static double |
DoubleUtil.decodeDouble(InputContext ctx) |
static float |
FloatUtil.decodeFloat(InputContext ctx) |
static int |
IntegerUtil.decodeInteger(InputContext ctx) |
static int |
IntegerUtil.decodeInteger(InputContext ctx,
int significantIntegerBytesCount0) |
static long |
LongUtil.decodeLong(InputContext ctx) |
static long |
LongUtil.decodeLong(InputContext ctx,
int significantLongBytesCount0) |
static double |
DoubleUtil.decodeVariableDouble(InputContext ctx) |
static int |
IntegerUtil.decodeVariableInteger(InputContext ctx) |
static long |
LongUtil.decodeVariableLong(InputContext ctx) |
static int |
IntegerUtil.decodeVariableUnsignedInteger(InputContext ctx) |
static long |
LongUtil.decodeVariableUnsignedLong(InputContext ctx) |