Content deleted Content added
Category:Computer file formats |
No edit summary |
||
Line 10:
* Chunks follow from here on. Each chunk consists of
** 4 bytes: An ASCII identifier for this chunk, e.g. "fmt " or "data"
** 4 bytes: an unsigned, little-endian 32-bit integer with the length of this
** Variable-sized field: the chunk data itself, of the size given in the previous field.
** A pad byte, if the chunk's length is not even.
|