Skip to main content

Module writer

Module writer 

Source
Expand description

Streaming SegmentWriter — appends tile payloads, finalises with footer.

Layout: [ HEADER | framed_tile_0 | framed_tile_1 | ... | footer_block | trailer ]. Each tile is encoded as zerompk + framed (length + CRC). Tile offsets and MBRs are recorded in-memory and flushed in the footer.

Structs§

SegmentWriter