Dies ist eine alte Version des Dokuments!
Filetypes: Charon
File Format Description
File Structure
- Format Type: Binary Container
- Endian Order: Little Endian
- File Extension: .dat
FILE
| Header | |||
|---|---|---|---|
| 6x | CHAR8 | Identifier | „charon“ |
| 1x | INT+8 | Version | 0x0 |
| 1x | INT+8 | Files Count | = [a] |
| [a]x | FILEINFO* | File Information | |
User-defined Structures
FILEINFO*
| FileInfo* | |||
|---|---|---|---|
| 1x | INT+32 | File Size | = [b] |
| 1x | INT+8 | File Flags | see below |
| 1x | DATA | File Content | [b] represents byte-size |
Appendix
File Flags
If the flag is set 0, the following file is another Charon container. Otherwise the flag respresents the priority of the following file, where 1 is the lowest and 255 the highest priority.