Hi, 

I'm using a C++ library that read in a HDF5 file with the C++ HDF5 API, 
using a H5File instance. 

I would like to use this library to read a file image (file in memory) 
instead of a file in the disk. 

In C, this can be done with the 'H5LTopen_file_image' function, from HDF5 
Lite, which return a hid_t for the opened file, that can be pass to other 
functions (H5Dopen, ...). How could I build a H5File from this hid_t, so I 
don't have to rewrite the library from the C++ HDF5 to the C HDF5 API? 

Or is there another solution to read a file image with the C++ HDF5 API? 

Thanks in advance, 
David 
~ 
_______________________________________________
Hdf-forum is for HDF software users discussion.
[email protected]
http://mail.lists.hdfgroup.org/mailman/listinfo/hdf-forum_lists.hdfgroup.org

Reply via email to