|
FlatCityBuf C++ reader 0.8.0
Native C++17 reader for FlatCityBuf, the cloud-optimized CityJSON format
|
One range in a batched read. data is filled in place by read_batch().
More...
#include <fcb/range_reader.hpp>
Public Attributes | |
| std::uint64_t | offset |
| std::uint64_t | length |
| std::vector< std::uint8_t > | data |
One range in a batched read. data is filled in place by read_batch().
Definition at line 14 of file range_reader.hpp.
| std::vector<std::uint8_t> fcb::RangeRequest::data |
Definition at line 17 of file range_reader.hpp.
| std::uint64_t fcb::RangeRequest::length |
Definition at line 16 of file range_reader.hpp.
| std::uint64_t fcb::RangeRequest::offset |
Definition at line 15 of file range_reader.hpp.
Referenced by fcb::BufferedRangeReader::read_batch().