public class VariableLength extends DataType
Constructor and Description |
---|
VariableLength(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.nio.charset.Charset |
getEncoding() |
java.lang.Class<?> |
getJavaType()
Get the Java
Class of this HDF5 type |
StringData.PaddingType |
getPaddingType() |
DataType |
getParent() |
int |
getType() |
boolean |
isVariableLengthString() |
getDataClass, getSize, getVersion, readDataType
public boolean isVariableLengthString()
public int getType()
public StringData.PaddingType getPaddingType()
public java.nio.charset.Charset getEncoding()
public DataType getParent()
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