public class StringData extends DataType
Modifier and Type | Class and Description |
---|---|
static class |
StringData.PaddingType |
static interface |
StringData.StringPaddingHandler |
Constructor and Description |
---|
StringData(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 |
getCharset() |
java.lang.Class<?> |
getJavaType()
Get the Java
Class of this HDF5 type |
StringData.PaddingType |
getPaddingType() |
StringData.StringPaddingHandler |
getStringPaddingHandler() |
java.lang.String |
toString() |
getDataClass, getSize, getVersion, readDataType
public java.lang.Object fillData(java.nio.ByteBuffer buffer, int[] dimensions, HdfBackingStorage hdfBackingStorage)
DataType
Object
using this DataType
public StringData.PaddingType getPaddingType()
public StringData.StringPaddingHandler getStringPaddingHandler()
public java.nio.charset.Charset getCharset()
public java.lang.Class<?> getJavaType()
DataType
Class
of this HDF5 typegetJavaType
in class DataType
Class
of this HDF5 typepublic java.lang.String toString()
toString
in class java.lang.Object