Package com.illumon.util.codec
Class StringArrayCodec
java.lang.Object
io.deephaven.enterprise.codec.StringArrayCodec
com.illumon.util.codec.StringArrayCodec
- All Implemented Interfaces:
ObjectCodec<String[]>,io.deephaven.util.codec.ObjectCodec<String[]>,io.deephaven.util.codec.ObjectDecoder<String[]>
Deprecated.
A codec to read/write String arrays. This is intended for use in loggers, listeners, and the database.
-
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.enterprise.codec.StringArrayCodec
decode, decode, decodeStatic, encode, encodeAndGet, encodeInto, expectedObjectWidth, getPrecision, getScale, isNullable, maybeGetResizedBufferMethods 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
-
StringArrayCodec
public StringArrayCodec()Deprecated. -
StringArrayCodec
Deprecated.
-
StringArrayCodec