Package | Description |
---|---|
ra.net.nio |
Modifier and Type | Method and Description |
---|---|
DataType |
Data.getDataType()
Returns data type.
|
static DataType |
DataType.valueOf(byte[] type)
Create type use type bytes.
|
static DataType |
DataType.valueOf(int type)
Create type uses specific type.
|
static DataType |
DataType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataType[] |
DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Data |
Data.parse(DataType type,
byte[] source)
Create data.
|