public class BitField extends DataType implements OrderedDataType
Constructor and Description |
---|
BitField(java.nio.ByteBuffer bb) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
fillData(java.nio.ByteBuffer buffer,
int[] dimensions,
HdfBackingStorage hdfBackingStorage)
Fill the data from buffer into the returned
Object using this DataType |
short |
getBitOffset() |
short |
getBitPrecision() |
java.nio.ByteOrder |
getByteOrder() |
java.lang.Class<?> |
getJavaType()
Get the Java
Class of this HDF5 type |
boolean |
isHighPadding() |
boolean |
isLowPadding() |
getDataClass, getSize, getVersion, readDataType
public java.nio.ByteOrder getByteOrder()
getByteOrder
in interface OrderedDataType
public boolean isLowPadding()
public boolean isHighPadding()
public short getBitOffset()
public short getBitPrecision()
public java.lang.Class<?> getJavaType()
DataType
Class
of this HDF5 typegetJavaType
in class DataType
Class
of this HDF5 typepublic java.lang.Object fillData(java.nio.ByteBuffer buffer, int[] dimensions, HdfBackingStorage hdfBackingStorage)
DataType
Object
using this DataType