Class ByteArrayBinaryDtoFieldCodec

java.lang.Object
io.datarouter.bytes.binarydto.fieldcodec.BinaryDtoBaseFieldCodec<byte[]>
io.datarouter.bytes.binarydto.fieldcodec.array.ByteArrayBinaryDtoFieldCodec

public class ByteArrayBinaryDtoFieldCodec
extends BinaryDtoBaseFieldCodec<byte[]>
Bytes are stored without transformation. When comparing: - shortest arrays are first due to the length prefix - positive values are before negative values due to unsigned comparison