Uses of Interface
com.opencloud.rhino.cmp.codecs.DecoderUtils
-
Packages that use DecoderUtils Package Description com.opencloud.rhino.cmp.codecs com.opencloud.rhino.util -
-
Uses of DecoderUtils in com.opencloud.rhino.cmp.codecs
Methods in com.opencloud.rhino.cmp.codecs with parameters of type DecoderUtils Modifier and Type Method Description T
DatatypeCodec. decode(DataInput in, ClassLoader cl, DecoderUtils utils)
Decode a value from the given data input stream.BigDecimal
SimpleDatatypeCodecs.BigDecimalCodec. decode(DataInput in, ClassLoader cl, DecoderUtils utils)
BigInteger
SimpleDatatypeCodecs.BigIntegerCodec. decode(DataInput in, ClassLoader cl, DecoderUtils utils)
Boolean
SimpleDatatypeCodecs.BooleanCodec. decode(DataInput in, ClassLoader cl, DecoderUtils utils)
byte[]
SimpleDatatypeCodecs.ByteArrayCodec. decode(DataInput in, ClassLoader cl, DecoderUtils utils)
Byte
SimpleDatatypeCodecs.ByteCodec. decode(DataInput in, ClassLoader cl, DecoderUtils utils)
Character
SimpleDatatypeCodecs.CharacterCodec. decode(DataInput in, ClassLoader cl, DecoderUtils utils)
Double
SimpleDatatypeCodecs.DoubleCodec. decode(DataInput in, ClassLoader cl, DecoderUtils utils)
Float
SimpleDatatypeCodecs.FloatCodec. 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)
Short
SimpleDatatypeCodecs.ShortCodec. decode(DataInput in, ClassLoader cl, DecoderUtils utils)
String
SimpleDatatypeCodecs.StringCodec. 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)
T
SleeDatatypeCodecs.SbbLocalObjectCodec. decode(DataInput in, ClassLoader cl, DecoderUtils utils)
TimerID
SleeDatatypeCodecs.TimerIDCodec. decode(DataInput in, ClassLoader cl, DecoderUtils utils)
-
Uses of DecoderUtils in com.opencloud.rhino.util
Methods in com.opencloud.rhino.util with parameters of type DecoderUtils Modifier and Type Method Description protected void
EncodableList. fromStream(DataInput in, ClassLoader cl, DecoderUtils utils)
Populate list 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
EncodableSet. fromStream(DataInput in, ClassLoader cl, DecoderUtils utils)
Populate set elements with state restored from the specified input stream.protected abstract E
EncodableList. readElement(DataInput in, ClassLoader cl, DecoderUtils utils)
Deserialise a list element from the input stream.protected abstract E
EncodableSet. readElement(DataInput in, ClassLoader cl, DecoderUtils utils)
Deserialise a set 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.Constructors in com.opencloud.rhino.util with parameters of type DecoderUtils Constructor Description EncodableList(DataInput in, ClassLoader cl, DecoderUtils utils)
Creates anEncodableList
with state restored from the specified input stream.EncodableMap(DataInput in, ClassLoader cl, DecoderUtils utils)
Creates anEncodableMap
with state restored from the specified input stream.EncodableSet(DataInput in, ClassLoader cl, DecoderUtils utils)
Creates anEncodableSet
with state restored from the specified input stream.
-