Skip to main content

Module storage

Module storage 

Source
Expand description

Low-level data archive and index file access. Low-level CASC data archive and index file access.

A CASC installation stores its data in numbered archive files (data.NNN) and their companion index files (.idx). This module provides parsers and memory-mapped readers for both.

Modulesยง

data
Memory-mapped data.NNN archive reader. Reader for CASC data.NNN archive files.
index
.idx index file parser and lookup table. Parser for CASC .idx index files.