Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
W
D
decode(InputStream, Type)
- Static method in class jp.develop.common.util.
AmfUtil
Decode the instance of specified type from specified input stream.
decode(InputStream, Class<? extends T>)
- Static method in class jp.develop.common.util.
AmfUtil
Decode the instance of specified class from specified input stream.
decode(InputStream)
- Static method in class jp.develop.common.util.
AmfUtil
Decode a instance from specified input stream.
decode(byte[], Type)
- Static method in class jp.develop.common.util.
AmfUtil
Decode the instance of specified type from specified bytes.
decode(byte[], Class<? extends T>)
- Static method in class jp.develop.common.util.
AmfUtil
Decode the instance of specified class from AMF bytes.
decode(byte[])
- Static method in class jp.develop.common.util.
AmfUtil
Decode a instance from specified AMF bytes.
decode(InputStream, Type, AmfDecoderOption)
- Static method in class jp.develop.common.util.
AmfUtil
Decode the instance of specified type from specified input stream.
decode(InputStream, Class<? extends T>, AmfDecoderOption)
- Static method in class jp.develop.common.util.
AmfUtil
Decode the instance of specified class from specified input stream.
decode(InputStream, AmfDecoderOption)
- Static method in class jp.develop.common.util.
AmfUtil
Decode a instance from specified input stream.
decode(byte[], Type, AmfDecoderOption)
- Static method in class jp.develop.common.util.
AmfUtil
Decode the instance of specified type from specified bytes.
decode(byte[], Class<? extends T>, AmfDecoderOption)
- Static method in class jp.develop.common.util.
AmfUtil
Decode the instance of specified class from AMF bytes.
decode(byte[], AmfDecoderOption)
- Static method in class jp.develop.common.util.
AmfUtil
Decode a instance from specified AMF bytes.
DictionaryEncoder
- Class in
jp.develop.common.util.amf.encoder
Implementation of IEncoder.IDictionaryEncoder for Map.
DictionaryEncoder()
- Constructor for class jp.develop.common.util.amf.encoder.
DictionaryEncoder
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
W