Read the next byte, increment the readCount, return the byte read.
@override int basicNext() => _list[readCount++];