String Tables
File names and data stream names are stored in the file header as integer values, which are indexes into the store string table. This table is a group of three files in the \Store folder which contain all the names used on the store. The files are
The string data file contains string records. Each record has the following format:
Byte Offset |
Description |
0-3 |
Reference count. Files with the same name share the same string table offset. This indicates how many references exist to this value on the store. |
4 |
String length (up to 256 bytes). 0 represents a length of 256. |
5-n |
String contents. |