bool isEof(IStatus status) { final res = _isEof(self, status.self) != 0; status.checkStatus(); return res; }