Gives a peek of the bytescurrentIndex, currentIndex + length Does not increments the current index
currentIndex, currentIndex + length
@override Uint8List peekBytes(int start, int length) { return _buffer.sublist(start, start + length); }