isEOS property

bool isEOS

Is the current position at the end of the stream?

Implementation

bool get isEOS => offset >= end;