Dies ist eine alte Version des Dokuments!
Filetypes: Charon
File Format Description
File Structure
- Format Type: Container
- Endian Order: Little Endian
- Standalone: Yes
- MIME Type: application/x-charon
- File Extension: .dat
FILE
| Header | |||
|---|---|---|---|
| CHAR8 | 0x6 | Identifier | „charon“ |
| INT+8 | 0x1 | Version | 0x0 |
| INT+8 | 0x1 | Files Count | = aa |
| FILEINFO* | [aa] | File Information | |
User-defined Structures
FILEINFO*
| FileInfo* | |||
|---|---|---|---|
| INT+32 | 0x1 | File Size | = ba |
| INT+8 | 0x1 | File Flags | |
| DATA | 0x1 | File Content | [ba] 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.