Package ubic.gemma.core.loader.util.hdf5
Class H5Location
java.lang.Object
ubic.gemma.core.loader.util.hdf5.H5Location
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Check if a given path exists relative to this location.getAttribute
(String name) getAttribute
(String path, String name) getAttributes
(String path) Obtain the children of the given H5 location.getChildren
(String path) getDataset
(String path) getStringAttribute
(String name) getStringAttribute
(String path, String name) Obtain an attribute for a given path.boolean
hasAttribute
(String name) Check if an attribute exists.boolean
hasAttribute
(String path, String name) Check if an attribute for a given path exists.boolean
Check if the given path refers to a H5 group.
-
Constructor Details
-
H5Location
protected H5Location(long locId)
-
-
Method Details
-
getAttributes
-
getAttributes
-
getAttribute
-
getAttribute
-
getStringAttribute
-
getStringAttribute
Obtain an attribute for a given path. -
hasAttribute
Check if an attribute exists. -
hasAttribute
Check if an attribute for a given path exists. -
exists
Check if a given path exists relative to this location. -
getChildren
Obtain the children of the given H5 location. -
getChildren
-
isGroup
Check if the given path refers to a H5 group. -
getGroup
-
getDataset
-