Class BinaryDtoField.BinaryDtoInvalidCodec
java.lang.Object
io.datarouter.bytes.binarydto.fieldcodec.BinaryDtoBaseFieldCodec<Object>
io.datarouter.bytes.binarydto.dto.BinaryDtoField.BinaryDtoInvalidCodec
- Enclosing class:
- BinaryDtoField
public static class BinaryDtoField.BinaryDtoInvalidCodec extends BinaryDtoBaseFieldCodec<Object>
Internal class to represent the lack of a specified codec.
-
Constructor Summary
Constructors Constructor Description BinaryDtoInvalidCodec() -
Method Summary
Modifier and Type Method Description LengthAndValue<Object>decodeWithLength(byte[] bytes, int offset)byte[]encode(Object value)Methods inherited from class io.datarouter.bytes.binarydto.fieldcodec.BinaryDtoBaseFieldCodec
compareAsIfEncoded, decode, decodeLength, fixedLength, isFixedLength
-
Constructor Details
-
BinaryDtoInvalidCodec
public BinaryDtoInvalidCodec()
-
-
Method Details
-
encode
- Specified by:
encodein classBinaryDtoBaseFieldCodec<Object>
-
decodeWithLength
- Specified by:
decodeWithLengthin classBinaryDtoBaseFieldCodec<Object>
-