Package ubic.gemma.core.loader.util.hdf5
Class H5Attribute
- java.lang.Object
-
- ubic.gemma.core.loader.util.hdf5.H5Attribute
-
- All Implemented Interfaces:
AutoCloseable
public class H5Attribute extends Object implements AutoCloseable
Represents an HDF5 attribute.- Author:
- poirigui
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
long
size()
boolean[]
toBooleanVector()
int[]
toIntegerVector()
String[]
toStringVector()
-
-
-
Method Detail
-
toBooleanVector
@WillClose public boolean[] toBooleanVector()
-
toIntegerVector
@WillClose public int[] toIntegerVector()
-
toStringVector
@WillClose public String[] toStringVector()
-
size
public long size()
-
close
public void close()
- Specified by:
close
in interfaceAutoCloseable
-
-