isEOF method

bool isEOF()

Check if we're at end of file.

Implementation

bool isEOF() => _source.lengthInBytes <= seek;