Package com.illumon.util.codec
Class LongArrayCodec
java.lang.Object
io.deephaven.enterprise.codec.LongArrayCodec
com.illumon.util.codec.LongArrayCodec
- All Implemented Interfaces:
ObjectCodec<long[]>
,ObjectDecoder<long[]>
This class is just a compatibility bridge for
LongArrayCodec
-
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.LongArrayCodec
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
-
LongArrayCodec
public LongArrayCodec() -
LongArrayCodec
-
LongArrayCodec
-