Record Class RecordByteArrayField

java.lang.Object
java.lang.Record
io.datarouter.bytes.RecordByteArrayField

public record RecordByteArrayField(byte[] bytes) extends Record
Explicitly for storing byte arrays as java record fields. Please do not add other functionality. Java records use shallow hashCode/equals on byte arrays. Using this wrapper in a record will result in deep hashCode/equals.