Class DbArrayToIntVectorDecoder
java.lang.Object
io.deephaven.enterprise.compatibility.ObjectCodecAdapter<IntVector>
io.deephaven.enterprise.compatibility.vector.DbArrayToIntVectorDecoder
- All Implemented Interfaces:
- ObjectCodec<IntVector>,- ObjectDecoder<IntVector>
public class DbArrayToIntVectorDecoder
extends ObjectCodecAdapter<IntVector>
implements ObjectCodec<IntVector>
- 
Field SummaryFields inherited from class io.deephaven.enterprise.compatibility.ObjectCodecAdapterdelegateFields inherited from interface io.deephaven.util.codec.ObjectDecoderVARIABLE_WIDTH_SENTINEL
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class io.deephaven.enterprise.compatibility.ObjectCodecAdapterencode, getPrecision, getScale, isNullableMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.deephaven.util.codec.ObjectCodecencode, getPrecision, getScale, isNullableMethods inherited from interface io.deephaven.util.codec.ObjectDecodercheckWidth, decode
- 
Constructor Details- 
DbArrayToIntVectorDecoder
 
- 
- 
Method Details- 
decode@Nullable public @Nullable IntVector decode(@NotNull @org.jetbrains.annotations.NotNull byte[] input, int offset, int length) - Specified by:
- decodein interface- ObjectDecoder<IntVector>
- Overrides:
- decodein class- ObjectCodecAdapter<IntVector>
 
- 
expectedObjectWidthpublic int expectedObjectWidth()- Specified by:
- expectedObjectWidthin interface- ObjectDecoder<IntVector>
- Overrides:
- expectedObjectWidthin class- ObjectCodecAdapter<IntVector>
 
 
-