public class OpaqueDataType extends DataType
Constructor and Description |
---|
OpaqueDataType(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.String |
getAsciiTag() |
java.lang.Class<?> |
getJavaType()
Get the Java
Class of this HDF5 type |
getDataClass, getSize, getVersion, readDataType
public java.lang.String getAsciiTag()
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