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 Details

    • 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 interface AutoCloseable