Class | Description |
---|---|
BoolDataBox |
Boolean data type which serializes to 1 byte.
|
DataBox |
Abstract DataBox for all database primitives Currently supported: integers, booleans, floats,
fixed-length strings.
|
FloatDataBox |
Float data type which serializes to 14 bytes.
|
IntDataBox |
Integer data type which serializes to 4 bytes
|
StringDataBox |
Fixed-length String data type which serializes to UTF-8 bytes.
|
Enum | Description |
---|---|
DataBox.Types |
An enum with the current supported types.
|
Exception | Description |
---|---|
DataBoxException |
Exception that is thrown for DataBox errors such as type mismatches
|
Copyright © 2017. All rights reserved.