| Interface | Description |
|---|---|
| IData |
Generic data interface.
|
| IDataConverter<T> |
Data converter interface.
|
| Class | Description |
|---|---|
| DataBool |
Contains a boolean value (true or false).
|
| DataByte |
Contains a byte value (-128 ..
|
| DataByteArray |
Contains a byte array.
|
| DataDouble |
Contains a double-precision value.
|
| DataFloat |
Contains a single-precision floating point value.
|
| DataInt |
Contains a 32-bit integer value.
|
| DataIntArray |
Contains an int array.
|
| DataList |
Contains a list.
|
| DataLong |
Contains a 64-bit long value.
|
| DataMap |
Contains a map, mapping strings to data elements.
|
| DataShort |
Contains a 16-bit short value.
|
| DataString |
Contains a string value.
|
| Exception | Description |
|---|---|
| IllegalDataException |