asmaloney / libE57Format

Library for reading & writing the E57 file format
Boost Software License 1.0
137 stars 66 forks source link

{standard} Always write a CV index packet #295

Closed asmaloney closed 5 months ago

asmaloney commented 5 months ago

This is required by the standard.

9.3.5: "A CompressedVector shall contain at least one index packet and at least one data packet."

To satisfy this requirement, we write one index packet containing one entry which points to the first data packet.