Sets the byte value at index.
value
index
void operator []=(final int index, final int value) => _data[index] = value;