Gives a peek of the byte of current index and does not increments the current index
@override int peekByte(int index) { return _buffer[offset]; }