public class CompoundDataType extends DataType
Modifier and Type | Class and Description |
---|---|
static class |
CompoundDataType.CompoundDataMember |
Constructor and Description |
---|
CompoundDataType(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 |
java.lang.Class<?> |
getJavaType()
Get the Java
Class of this HDF5 type |
java.util.List<CompoundDataType.CompoundDataMember> |
getMembers() |
getDataClass, getSize, getVersion, readDataType
public java.lang.Class<?> getJavaType()
DataType
Class
of this HDF5 typegetJavaType
in class DataType
Class
of this HDF5 typepublic java.util.List<CompoundDataType.CompoundDataMember> getMembers()
public java.lang.Object fillData(java.nio.ByteBuffer buffer, int[] dimensions, HdfBackingStorage hdfBackingStorage)
DataType
Object
using this DataType