Struct SectionTableEntry
One entry in the section table. Identifies a named section by SectionId and locates it by byte offset + length within the cache file. Sections are always written contiguously in the file; the table gives random access without requiring the reader to walk section headers.
public struct SectionTableEntry
- Inherited Members
Fields
Flags
Per-section flags (reserved; section-specific).
public ushort Flags
Field Value
Length
Byte length of the section payload.
public long Length
Field Value
Offset
Byte offset of the section payload from the start of the cache file.
public long Offset
Field Value
Padding
Padding to align Offset on an 8-byte boundary.
public uint Padding
Field Value
SectionId
Section identifier (see CacheSectionId).
public ushort SectionId