Artifact d675dbdffe2cd6d54681b958a13c88433a5022d39ab9ef3d4f487a272603f902:
- File ext/zonefile/README.md — part of check-in [c125b4c380] at 2018-02-10 17:41:01 on branch zonefile — Add the start of the "zonefile" extension. (user: dan size: 466)
Notes: * Using 32-bit frame numbers (not 16-bit). * The ZonefileHeader object is 26 bytes in size. Which means that the ZoneFileIndex will not be 8-byte aligned. Problem? * The offsets in the ZoneFileIndex.byteOffsetZoneFrame[] array are relative to the offset in ZoneFileHeader.byteOffsetFrames. This is necessary as we may not know the offset of the start of the frame data until after the ZoneFileIndex structure is compressed.