Apollo3zehn / PureHDF

A pure .NET library that makes reading and writing of HDF5 files (groups, datasets, attributes, ...) very easy.
MIT License
50 stars 18 forks source link

Reduce number of H5BinaryReader variables, use BinaryReader instead, especially for local byte arrays. Did not work in the first attempt because some APIs expect main file stream but also local data streams. #38

Closed Apollo3zehn closed 1 year ago