Expand description
Chunk information structures
Fixed-size structures for tracking ISO chunks across partitions. All structures use fixed arrays to avoid heap allocation where possible.
Structs§
- Information about a single chunk partition
- Iterator over chunks in a ChunkSet
- Collection of chunks for a single ISO
Constants§
- Maximum number of chunks per ISO (16 * 4GB = 64GB max ISO size)
- Maximum filename length (8.3 format compatible)