peekBytes abstract method

Uint8List peekBytes(
  1. int bytes
)

Get a Uint8List view which contains the next bytes bytes. This does not advance the internal read position.

Implementation

Uint8List peekBytes(int bytes);