Closes the currently opened file and prevents subsequent read/write operations. Use flush to persist the data to disk without closing the file.
See Implementation
Closes the currently opened file and prevents subsequent read/write operations. Use flush to persist the data to disk without closing the file.