Gets the byte at the specified index.
index the index
index
int get(int index) { return _bytes[index]; }