Added Documentation

This commit is contained in:
Michael Becker 2014-10-16 16:13:46 -04:00
parent 17f84f8cf2
commit c4db684305

View File

@ -0,0 +1,6 @@
FixedString[4] Chunk ID
UInt32 Total size of this chunk (including this field and Chunk ID field)
So, to get data size, TotalSize - 8 // 4 for chunk ID and 4 for size field
Byte[] chunk data
Known chunk types: "FRM2", "SND ", "ENV "