Class H5Dataset

    • Method Detail

      • getType

        public H5Type getType()
      • hasAttribute

        public boolean hasAttribute​(String name)
      • getDouble

        public double getDouble​(long i)
        Obtain a single double value.
      • getInteger

        public int getInteger​(long i)
        Obtain a single integer value.
      • getBoolean

        public boolean getBoolean​(long i)
        Obtain a single boolean value.
      • slice

        public H5Dataset.H5Dataspace slice​(long start,
                                           long end)
        Obtain a 1D slice of the dataset.
      • toBooleanVector

        @WillClose
        public boolean[] toBooleanVector()
      • toIntegerVector

        @WillClose
        public int[] toIntegerVector()
      • toDoubleVector

        @WillClose
        public double[] toDoubleVector()
      • size

        public long size()
      • getShape

        public long[] getShape()