public final class RawByteType extends SimpleDataType<byte[]>
Modifier and Type | Field and Description |
---|---|
static RawByteType |
Instance |
Modifier and Type | Method and Description |
---|---|
byte[] |
getDefaultValue()
Gets the default value of this data type, eg 0 for numbers or an empty String for text.
|
isComplex
public static final RawByteType Instance
public byte[] getDefaultValue()
DataType
getDefaultValue
in class DataType<byte[]>