basicPeek method

  1. @override
int basicPeek()
override

Peek the next byte from the list.

No adjustment to the readCount offset is made.

Implementation

@override
int basicPeek() => basePtr[readCount];