Get a Uint8List view which contains the next bytes bytes. This does not advance the internal read position.
bytes
@override Uint8List peekBytes(int bytes) { _requireBytes(bytes); return _buffer.view(_offset, bytes); }