isEOF method

  1. @override
bool isEOF()
override

Implementation

@override
bool isEOF() {
  return _readIndex >= _raw.lengthInBytes;
}