| Class | Description |
|---|---|
| BlockRecordBuilderFacade |
Utility class for constructing a ToolSenseBlock BlockRecord raw binary buffer.
|
| BlockRecordParserFacade |
Parse ToolSenseBlock.BlockRecord from a buffer that contains varint128 encoded length
of serialized ToolSenseBlock.BlockRecord, followed by a serialized ToolSenseBlock.BlockRecord
blob.
|
| Varint32Decoder |
Decode variable length 32-bit integer (varint 128 encoding).
|