Package ubic.gemma.core.loader.util.hdf5
Class H5Utils
- java.lang.Object
-
- ubic.gemma.core.loader.util.hdf5.H5Utils
-
public class H5Utils extends Object
-
-
Constructor Summary
Constructors Constructor Description H5Utils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IOException
convertH5Exception(hdf.hdf5lib.exceptions.HDF5Exception h5Exception)
Convert an HDF5 exception to an IOException or aH5Exception
.static String
getH5Version()
Obtain the version of the HDF5 library.
-
-
-
Method Detail
-
getH5Version
public static String getH5Version()
Obtain the version of the HDF5 library.
-
convertH5Exception
public static IOException convertH5Exception(hdf.hdf5lib.exceptions.HDF5Exception h5Exception) throws IOException, H5Exception
Convert an HDF5 exception to an IOException or aH5Exception
.- Throws:
IOException
H5Exception
-
-