Content deleted Content added
m Reverted edits by 183.171.180.218 (talk) to last version by KolbertBot |
→Explanation: Added wiki link. |
||
Line 49:
All chunks have the following format:
* 4 bytes: an [[ASCII]] identifier for this chunk (examples are "fmt " and "data"; note the space in "fmt ").
* 4 bytes: an unsigned, little-endian 32-[[bit]] integer with the length of this chunk (except this field itself and the chunk identifier).
* variable-sized field: the chunk data itself, of the size given in the previous field.
|