public class H5DoubleDataType extends Object
Constructor and Description |
---|
H5DoubleDataType() |
H5DoubleDataType(ByteBuffer bb) |
Modifier and Type | Method and Description |
---|---|
void |
fillData(ByteBuffer buffer,
double[] data) |
short |
getBitOffset() |
short |
getBitPrecision() |
BitSet |
getClassBits() |
int |
getDataClass() |
int |
getExponentBias() |
byte |
getExponentLocation() |
byte |
getExponentSize() |
byte |
getMantissaLocation() |
int |
getMantissaNormalization() |
byte |
getMantissaSize() |
ByteOrder |
getOrder() |
int |
getSignLocation() |
int |
getSize() |
int |
getVersion() |
boolean |
isHighPadding() |
boolean |
isInternalPadding() |
boolean |
isLowPadding() |
void |
toBuffer(H5BufferBuilder bb) |
public H5DoubleDataType()
public H5DoubleDataType(ByteBuffer bb)
public void toBuffer(H5BufferBuilder bb)
public void fillData(ByteBuffer buffer, double[] data)
public int getVersion()
public int getDataClass()
public int getSize()
public BitSet getClassBits()
public ByteOrder getOrder()
public boolean isLowPadding()
public boolean isHighPadding()
public boolean isInternalPadding()
public int getMantissaNormalization()
public int getSignLocation()
public short getBitOffset()
public short getBitPrecision()
public byte getExponentLocation()
public byte getExponentSize()
public byte getMantissaLocation()
public byte getMantissaSize()
public int getExponentBias()
Copyright © 2022 The Apache Software Foundation. All rights reserved.