File.flush
void flush(H5F_scope_t scope_ = H5F_scope_t.GLOBAL)Flushes all buffers associated with the file to disk.
Parameters
scope_ | Flush scope (default: H5F_scope_t.GLOBAL) |
Throws
HDF5Exception if flush fails
void flush(H5F_scope_t scope_ = H5F_scope_t.GLOBAL)Flushes all buffers associated with the file to disk.
scope_ | Flush scope (default: H5F_scope_t.GLOBAL) |