Read and traverse the index.

This commit is contained in:
2019-03-17 21:14:40 +00:00
parent 0c9044f290
commit 2b2834f30c
6 changed files with 105 additions and 20 deletions

View File

@@ -104,7 +104,7 @@ typedef struct IndexHeader
typedef struct IndexEntry
{
/**Type of item pointed by this entry */
uint32_t uint32_t;
uint32_t blockType;
/**Type of data contained by the block pointed by this entry */
uint16_t dataType;
/**Offset in file where item is stored */