Class DataSpace


  • public class DataSpace
    extends java.lang.Object
    • Method Detail

      • readDataSpace

        public static DataSpace readDataSpace​(java.nio.ByteBuffer bb,
                                              Superblock sb)
      • getTotalLength

        public long getTotalLength()
        Gets the total number of elements in this dataspace.
        Returns:
        the total number of elements in this dataspace
      • getType

        public int getType()
      • getVersion

        public int getVersion()
      • getDimensions

        public int[] getDimensions()
      • getMaxSizes

        public int[] getMaxSizes()
      • isMaxSizesPresent

        public boolean isMaxSizesPresent()