Sleeping Wombat Common Library
0.50.0
swCommonLibrary
|
Hierarchical Chunked Format file header. More...
#include <FileHeader.h>
Public Member Functions | |
FileHeader (Version version) | |
bool | CheckLittleEndian () |
Based on: http://stackoverflow.com/questions/4181951/how-to-check-whether-a-system-is-big-endian-or-little-endian. | |
Public Attributes | |
char | LetterShortcut [3] |
Header. | |
bool | LittleEndian |
Endiannes of hardware which have written this file. | |
Size | FileSize |
Size including header. | |
Size | RootChunkOffset |
First chunk in file. | |
Version | VersionHCF |
Version of HCF file library. | |
Hierarchical Chunked Format file header.
Main header.