Package | Description |
---|---|
com.opencloud.rhino.cmp.codecs | |
com.opencloud.rhino.util |
Modifier and Type | Method and Description |
---|---|
T |
SleeDatatypeCodecs.SbbLocalObjectCodec.decode(DataInput in,
ClassLoader cl,
DecoderUtils utils) |
T |
SleeDatatypeCodecs.ActivityContextInterfaceCodec.decode(DataInput in,
ClassLoader cl,
DecoderUtils utils) |
EventContext |
SleeDatatypeCodecs.EventContextCodec.decode(DataInput in,
ClassLoader cl,
DecoderUtils utils) |
T |
SleeDatatypeCodecs.ProfileLocalObjectCodec.decode(DataInput in,
ClassLoader cl,
DecoderUtils utils) |
TimerID |
SleeDatatypeCodecs.TimerIDCodec.decode(DataInput in,
ClassLoader cl,
DecoderUtils utils) |
Integer |
SimpleDatatypeCodecs.IntegerCodec.decode(DataInput in,
ClassLoader cl,
DecoderUtils utils) |
Long |
SimpleDatatypeCodecs.LongCodec.decode(DataInput in,
ClassLoader cl,
DecoderUtils utils) |
Byte |
SimpleDatatypeCodecs.ByteCodec.decode(DataInput in,
ClassLoader cl,
DecoderUtils utils) |
Short |
SimpleDatatypeCodecs.ShortCodec.decode(DataInput in,
ClassLoader cl,
DecoderUtils utils) |
Float |
SimpleDatatypeCodecs.FloatCodec.decode(DataInput in,
ClassLoader cl,
DecoderUtils utils) |
Double |
SimpleDatatypeCodecs.DoubleCodec.decode(DataInput in,
ClassLoader cl,
DecoderUtils utils) |
Character |
SimpleDatatypeCodecs.CharacterCodec.decode(DataInput in,
ClassLoader cl,
DecoderUtils utils) |
Boolean |
SimpleDatatypeCodecs.BooleanCodec.decode(DataInput in,
ClassLoader cl,
DecoderUtils utils) |
String |
SimpleDatatypeCodecs.StringCodec.decode(DataInput in,
ClassLoader cl,
DecoderUtils utils) |
byte[] |
SimpleDatatypeCodecs.ByteArrayCodec.decode(DataInput in,
ClassLoader cl,
DecoderUtils utils) |
BigInteger |
SimpleDatatypeCodecs.BigIntegerCodec.decode(DataInput in,
ClassLoader cl,
DecoderUtils utils) |
BigDecimal |
SimpleDatatypeCodecs.BigDecimalCodec.decode(DataInput in,
ClassLoader cl,
DecoderUtils utils) |
T |
DatatypeCodec.decode(DataInput in,
ClassLoader cl,
DecoderUtils utils)
Decode a value from the given data input stream.
|
Modifier and Type | Method and Description |
---|---|
protected void |
EncodableSet.fromStream(DataInput in,
ClassLoader cl,
DecoderUtils utils)
Populate set elements with state restored from the specified input stream.
|
protected void |
EncodableMap.fromStream(DataInput in,
ClassLoader cl,
DecoderUtils utils)
Populate map entries with state restored from the specified input stream.
|
protected void |
EncodableList.fromStream(DataInput in,
ClassLoader cl,
DecoderUtils utils)
Populate list elements with state restored from the specified input stream.
|
protected abstract E |
EncodableSet.readElement(DataInput in,
ClassLoader cl,
DecoderUtils utils)
Deserialise a set element from the input stream.
|
protected abstract E |
EncodableList.readElement(DataInput in,
ClassLoader cl,
DecoderUtils utils)
Deserialise a list element from the input stream.
|
protected abstract K |
EncodableMap.readKey(DataInput in,
ClassLoader cl,
DecoderUtils utils)
Deserialise a map key from the input stream.
|
protected abstract V |
EncodableMap.readValue(DataInput in,
ClassLoader cl,
DecoderUtils utils)
Deserialise a map value from the input stream.
|
Constructor and Description |
---|
EncodableList(DataInput in,
ClassLoader cl,
DecoderUtils utils)
Creates an
EncodableList with state restored from the specified input stream. |
EncodableMap(DataInput in,
ClassLoader cl,
DecoderUtils utils)
Creates an
EncodableMap with state restored from the specified input stream. |
EncodableSet(DataInput in,
ClassLoader cl,
DecoderUtils utils)
Creates an
EncodableSet with state restored from the specified input stream. |