Package com.illumon.util.codec
Class UTF8StringAsByteArrayCodec
java.lang.Object
io.deephaven.util.codec.UTF8StringAsByteArrayCodec
com.illumon.util.codec.UTF8StringAsByteArrayCodec
- All Implemented Interfaces:
ObjectCodec<String>,io.deephaven.util.codec.ObjectCodec<String>,io.deephaven.util.codec.ObjectDecoder<String>
@Deprecated
public class UTF8StringAsByteArrayCodec
extends io.deephaven.util.codec.UTF8StringAsByteArrayCodec
implements ObjectCodec<String>
Deprecated.
-
Field Summary
Fields inherited from interface io.deephaven.util.codec.ObjectDecoder
VARIABLE_WIDTH_SENTINEL -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.deephaven.util.codec.UTF8StringAsByteArrayCodec
decode, encode, expectedObjectWidth, getPrecision, getScale, isNullableMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.deephaven.util.codec.ObjectCodec
encode, getPrecision, getScale, isNullableMethods inherited from interface io.deephaven.util.codec.ObjectDecoder
checkWidth, decode, decode, expectedObjectWidth
-
Constructor Details
-
UTF8StringAsByteArrayCodec
Deprecated.
-
UTF8StringAsByteArrayCodec