Package ubic.gemma.core.loader.util.hdf5
Class H5Group
- java.lang.Object
-
- ubic.gemma.core.loader.util.hdf5.H5Location
-
- ubic.gemma.core.loader.util.hdf5.H5Group
-
- All Implemented Interfaces:
AutoCloseable
public class H5Group extends H5Location implements AutoCloseable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
-
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 Detail
-
close
public void close()
- Specified by:
close
in interfaceAutoCloseable
-
-