Class DbArrayToLongVectorDecoder
java.lang.Object
io.deephaven.enterprise.compatibility.ObjectCodecAdapter<LongVector>
io.deephaven.enterprise.compatibility.vector.DbArrayToLongVectorDecoder
- All Implemented Interfaces:
ObjectCodec<LongVector>,ObjectDecoder<LongVector>
public class DbArrayToLongVectorDecoder
extends ObjectCodecAdapter<LongVector>
implements ObjectCodec<LongVector>
-
Field Summary
Fields inherited from class io.deephaven.enterprise.compatibility.ObjectCodecAdapter
delegateFields inherited from interface io.deephaven.util.codec.ObjectDecoder
VARIABLE_WIDTH_SENTINEL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable LongVectordecode(@org.jetbrains.annotations.NotNull byte[] input, int offset, int length) intMethods inherited from class io.deephaven.enterprise.compatibility.ObjectCodecAdapter
encode, 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
-
Constructor Details
-
DbArrayToLongVectorDecoder
-
-
Method Details
-
decode
@Nullable public @Nullable LongVector decode(@NotNull @org.jetbrains.annotations.NotNull byte[] input, int offset, int length) - Specified by:
decodein interfaceObjectDecoder<LongVector>- Overrides:
decodein classObjectCodecAdapter<LongVector>
-
expectedObjectWidth
public int expectedObjectWidth()- Specified by:
expectedObjectWidthin interfaceObjectDecoder<LongVector>- Overrides:
expectedObjectWidthin classObjectCodecAdapter<LongVector>
-