isEof method

bool isEof(
  1. IStatus status
)

Implementation

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