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 TDatatypeCodec. decode(DataInput in, ClassLoader cl, DecoderUtils utils)Decode a value from the given data input stream.BigDecimalSimpleDatatypeCodecs.BigDecimalCodec. decode(DataInput in, ClassLoader cl, DecoderUtils utils)BigIntegerSimpleDatatypeCodecs.BigIntegerCodec. decode(DataInput in, ClassLoader cl, DecoderUtils utils)BooleanSimpleDatatypeCodecs.BooleanCodec. decode(DataInput in, ClassLoader cl, DecoderUtils utils)byte[]SimpleDatatypeCodecs.ByteArrayCodec. decode(DataInput in, ClassLoader cl, DecoderUtils utils)ByteSimpleDatatypeCodecs.ByteCodec. decode(DataInput in, ClassLoader cl, DecoderUtils utils)CharacterSimpleDatatypeCodecs.CharacterCodec. decode(DataInput in, ClassLoader cl, DecoderUtils utils)DoubleSimpleDatatypeCodecs.DoubleCodec. decode(DataInput in, ClassLoader cl, DecoderUtils utils)FloatSimpleDatatypeCodecs.FloatCodec. decode(DataInput in, ClassLoader cl, DecoderUtils utils)IntegerSimpleDatatypeCodecs.IntegerCodec. decode(DataInput in, ClassLoader cl, DecoderUtils utils)LongSimpleDatatypeCodecs.LongCodec. decode(DataInput in, ClassLoader cl, DecoderUtils utils)ShortSimpleDatatypeCodecs.ShortCodec. decode(DataInput in, ClassLoader cl, DecoderUtils utils)StringSimpleDatatypeCodecs.StringCodec. decode(DataInput in, ClassLoader cl, DecoderUtils utils)TSleeDatatypeCodecs.ActivityContextInterfaceCodec. decode(DataInput in, ClassLoader cl, DecoderUtils utils)EventContextSleeDatatypeCodecs.EventContextCodec. decode(DataInput in, ClassLoader cl, DecoderUtils utils)TSleeDatatypeCodecs.ProfileLocalObjectCodec. decode(DataInput in, ClassLoader cl, DecoderUtils utils)TSleeDatatypeCodecs.SbbLocalObjectCodec. decode(DataInput in, ClassLoader cl, DecoderUtils utils)TimerIDSleeDatatypeCodecs.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 voidEncodableList. fromStream(DataInput in, ClassLoader cl, DecoderUtils utils)Populate list elements with state restored from the specified input stream.protected voidEncodableMap. fromStream(DataInput in, ClassLoader cl, DecoderUtils utils)Populate map entries with state restored from the specified input stream.protected voidEncodableSet. fromStream(DataInput in, ClassLoader cl, DecoderUtils utils)Populate set elements with state restored from the specified input stream.protected abstract EEncodableList. readElement(DataInput in, ClassLoader cl, DecoderUtils utils)Deserialise a list element from the input stream.protected abstract EEncodableSet. readElement(DataInput in, ClassLoader cl, DecoderUtils utils)Deserialise a set element from the input stream.protected abstract KEncodableMap. readKey(DataInput in, ClassLoader cl, DecoderUtils utils)Deserialise a map key from the input stream.protected abstract VEncodableMap. 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 anEncodableListwith state restored from the specified input stream.EncodableMap(DataInput in, ClassLoader cl, DecoderUtils utils)Creates anEncodableMapwith state restored from the specified input stream.EncodableSet(DataInput in, ClassLoader cl, DecoderUtils utils)Creates anEncodableSetwith state restored from the specified input stream.
-