Return whether the current file position is the same as the end of the file.
This does not require actually reading past the end, as with stdio. For non-seekable streams this might only return true after attempting to read past the end.
See Implementation
Return whether the current file position is the same as the end of the file.
This does not require actually reading past the end, as with stdio. For non-seekable streams this might only return true after attempting to read past the end.