Class H5DoubleDataType


  • public class H5DoubleDataType
    extends Object
    • Constructor Detail

      • H5DoubleDataType

        public H5DoubleDataType()
      • H5DoubleDataType

        public H5DoubleDataType​(ByteBuffer bb)
    • Method Detail

      • fillData

        public void fillData​(ByteBuffer buffer,
                             double[] data)
      • getVersion

        public int getVersion()
      • getDataClass

        public int getDataClass()
      • getSize

        public int getSize()
      • getClassBits

        public BitSet getClassBits()
      • isLowPadding

        public boolean isLowPadding()
      • isHighPadding

        public boolean isHighPadding()
      • isInternalPadding

        public boolean isInternalPadding()
      • getMantissaNormalization

        public int getMantissaNormalization()
      • getSignLocation

        public int getSignLocation()
      • getBitOffset

        public short getBitOffset()
      • getBitPrecision

        public short getBitPrecision()
      • getExponentLocation

        public byte getExponentLocation()
      • getExponentSize

        public byte getExponentSize()
      • getMantissaLocation

        public byte getMantissaLocation()
      • getMantissaSize

        public byte getMantissaSize()
      • getExponentBias

        public int getExponentBias()