Package ubic.gemma.core.loader.util.hdf5
Class H5Utils
java.lang.Object
ubic.gemma.core.loader.util.hdf5.H5Utils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IOExceptionconvertH5Exception(hdf.hdf5lib.exceptions.HDF5Exception h5Exception) Convert an HDF5 exception to an IOException or aH5Exception.static StringObtain the version of the HDF5 library.
-
Constructor Details
-
H5Utils
public H5Utils()
-
-
Method Details
-
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:
IOExceptionH5Exception
-