Class DbArrayToByteVectorDecoder
java.lang.Object
io.deephaven.enterprise.compatibility.ObjectCodecAdapter<ByteVector>
io.deephaven.enterprise.compatibility.vector.DbArrayToByteVectorDecoder
- All Implemented Interfaces:
- ObjectCodec<ByteVector>,- ObjectDecoder<ByteVector>
public class DbArrayToByteVectorDecoder
extends ObjectCodecAdapter<ByteVector>
implements ObjectCodec<ByteVector>
- 
Field SummaryFields inherited from class io.deephaven.enterprise.compatibility.ObjectCodecAdapterdelegateFields inherited from interface io.deephaven.util.codec.ObjectDecoderVARIABLE_WIDTH_SENTINEL
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription@Nullable ByteVectordecode(@org.jetbrains.annotations.NotNull byte[] input, int offset, int length) intMethods 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- 
DbArrayToByteVectorDecoder
 
- 
- 
Method Details- 
decode@Nullable public @Nullable ByteVector decode(@NotNull @org.jetbrains.annotations.NotNull byte[] input, int offset, int length) - Specified by:
- decodein interface- ObjectDecoder<ByteVector>
- Overrides:
- decodein class- ObjectCodecAdapter<ByteVector>
 
- 
expectedObjectWidthpublic int expectedObjectWidth()- Specified by:
- expectedObjectWidthin interface- ObjectDecoder<ByteVector>
- Overrides:
- expectedObjectWidthin class- ObjectCodecAdapter<ByteVector>
 
 
-