-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed funcs to open files RDONLY (#42)
* Changed funcs to open files RDONLY (#42) Helps multithreaded. Changed .hdf5.fileSize .hdf5.dataSize .hdf5.isAttr .hdf5.isObject .hdf5.getDataShape .hdf5.getAttrShape .hdf5.readData .hdf5.readAttrDataset * Update copyObject to open source read only. Switched around dst/src, since if they are the same file it'll error as an already open file will opened readonly causing read/write to fail
- Loading branch information
1 parent
1a5eb07
commit e912005
Showing
1 changed file
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters