Package org.apache.sysds.runtime.io.hdf5
Class H5DoubleDataType
- java.lang.Object
- 
- org.apache.sysds.runtime.io.hdf5.H5DoubleDataType
 
- 
 public class H5DoubleDataType extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description H5DoubleDataType()H5DoubleDataType(ByteBuffer bb)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfillData(ByteBuffer buffer, double[] data)shortgetBitOffset()shortgetBitPrecision()BitSetgetClassBits()intgetDataClass()intgetExponentBias()bytegetExponentLocation()bytegetExponentSize()bytegetMantissaLocation()intgetMantissaNormalization()bytegetMantissaSize()ByteOrdergetOrder()intgetSignLocation()intgetSize()intgetVersion()booleanisHighPadding()booleanisInternalPadding()booleanisLowPadding()voidtoBuffer(H5BufferBuilder bb)
 
- 
- 
- 
Constructor Detail- 
H5DoubleDataTypepublic H5DoubleDataType() 
 - 
H5DoubleDataTypepublic H5DoubleDataType(ByteBuffer bb) 
 
- 
 - 
Method Detail- 
toBufferpublic void toBuffer(H5BufferBuilder bb) 
 - 
fillDatapublic void fillData(ByteBuffer buffer, double[] data) 
 - 
getVersionpublic int getVersion() 
 - 
getDataClasspublic int getDataClass() 
 - 
getSizepublic int getSize() 
 - 
getClassBitspublic BitSet getClassBits() 
 - 
getOrderpublic ByteOrder getOrder() 
 - 
isLowPaddingpublic boolean isLowPadding() 
 - 
isHighPaddingpublic boolean isHighPadding() 
 - 
isInternalPaddingpublic boolean isInternalPadding() 
 - 
getMantissaNormalizationpublic int getMantissaNormalization() 
 - 
getSignLocationpublic int getSignLocation() 
 - 
getBitOffsetpublic short getBitOffset() 
 - 
getBitPrecisionpublic short getBitPrecision() 
 - 
getExponentLocationpublic byte getExponentLocation() 
 - 
getExponentSizepublic byte getExponentSize() 
 - 
getMantissaLocationpublic byte getMantissaLocation() 
 - 
getMantissaSizepublic byte getMantissaSize() 
 - 
getExponentBiaspublic int getExponentBias() 
 
- 
 
-