Package ubic.gemma.core.loader.util.hdf5
Class H5File
java.lang.Object
ubic.gemma.core.loader.util.hdf5.H5Location
ubic.gemma.core.loader.util.hdf5.H5File
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Method Summary
Methods inherited from class ubic.gemma.core.loader.util.hdf5.H5Location
exists, getAttribute, getAttribute, getAttributes, getAttributes, getChildren, getChildren, getDataset, getGroup, getStringAttribute, getStringAttribute, hasAttribute, hasAttribute, isGroup
-
Method Details
-
open
Open an HDF5 file.- Throws:
FileNotFoundException- if the file does not existTruncatedH5FileException- if the file is truncatedIOException- for any other file-related errors
-
getPath
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-