basicNext method

  1. @override
int basicNext()
override

Read the next byte, increment the readCount, return the byte read.

Implementation

@override
int basicNext() => _list[readCount++];