Interface | Description |
---|---|
PayloadFunction<T,R> |
This interface is used for extracting interleaved payloads while transforming the data in the process.
|
Class | Description |
---|---|
Lz4 |
This class provides methods for compressing and decompressing byte arrays using Lz4.
|
PayloadUtil |
This class contains methods for working with RedVox interleaved payloads and providing type generic access methods.
|
Reader |
This class reads RedVox encoded rdvxz files from the file system, byte buffers, and json files.
|
Util |
This class contains utility functions for data conversion and statistics.
|
WrappedRedvoxPacket |
This class provides high-level accessors for top-level metadata, sensor channel availability, sensor channels,
and sensor channel metadata, timestamps, and payloads.
|
Writer |
This class contains functions for converting a redvoxPacket into JSON.
|
Exception | Description |
---|---|
Api900Exception |
This class defines a custom exception for dealing with runtime errors of RedVox data.
|