Overall Format
- Last UpdatedNov 28, 2025
- 1 minute read
The overall format of a file is as follows:
|
TYPE_OF_GENERIC_FILE |
indicating the start of a file |
|
VERSION |
|
|
TRIBON_OBJECT |
indicating the start of an object |
|
general data |
|
|
primitive one |
|
|
primitive two |
|
|
.... |
any number of primitives |
|
.... |
|
|
END_OF_TRIBON_OBJECT |
indicating the end of the first object |
|
TRIBON_OBJECT |
Indicating the start of a second object |
|
.... |
|
|
END_OF_TRIBON_OBJECT |
indicating the end of the second object |
|
TRIBON_OBJECT |
indicating the start of third object |
|
.... |
|
|
END_OF_TRIBON_OBJECT |
indicating the end of the third object |
|
.... |
|
|
.... |
any number of objects |