diff options
Diffstat (limited to 'c++/src/H5File.h')
-rw-r--r-- | c++/src/H5File.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/c++/src/H5File.h b/c++/src/H5File.h index b3edbb6..e19f3f8 100644 --- a/c++/src/H5File.h +++ b/c++/src/H5File.h @@ -72,6 +72,9 @@ class H5_DLLCPP H5File : public IdComponent, public CommonFG { // Retrieves a dataspace with the region pointed to selected. DataSpace getRegion(void *ref, H5R_type_t ref_type = H5R_DATASET_REGION) const; + // Retrieves the file size of an opened file. + haddr_t getFileSize() const; + // Reopens this file void reopen(); |