int seek(IStatus status, int mode, int offset) { final res = _seek(self, status.self, mode, offset); status.checkStatus(); return res; }