Package com.illumon.util.codec
Class IntArrayCodec
java.lang.Object
io.deephaven.enterprise.codec.IntArrayCodec
com.illumon.util.codec.IntArrayCodec
- All Implemented Interfaces:
ObjectCodec<int[]>
,ObjectDecoder<int[]>
This class is just a compatibility bridge for
IntArrayCodec
-
Field Summary
Fields inherited from interface com.illumon.util.codec.ObjectDecoder
VARIABLE_WIDTH_SENTINEL
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.deephaven.enterprise.codec.IntArrayCodec
decode, decode, decodeStatic, encode, encodeAndGet, encodeInto, expectedObjectWidth, getPrecision, getScale, isNullable, maybeGetResizedBuffer
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.illumon.util.codec.ObjectDecoder
checkWidth
-
Constructor Details
-
IntArrayCodec
public IntArrayCodec() -
IntArrayCodec
-
IntArrayCodec
-