|
VRS
A file format for sensor data.
|
Helper class to read VRS index records. More...
#include <IndexRecord.h>
Public Member Functions | |
| Reader (FileHandler &file, FileFormat::FileHeader &fileHeader, ProgressLogger *progressLogger, set< StreamId > &outStreamIds, vector< RecordInfo > &outIndex) | |
| bool | isIndexComplete () const |
| int | readRecord (int64_t firstUserRecordOffset, int64_t &outUsedFileSize) |
| int | rebuildIndex (bool writeFixedIndex) |
Helper class to read VRS index records.
| int vrs::IndexRecord::Reader::rebuildIndex | ( | bool | writeFixedIndex | ) |
Rebuild the index of an open file.
| writeFixedIndex | true to path the file with the rebuilt index. |
| fileHeader | the file's index. |