Changes

Jump to navigation Jump to search
191 bytes added ,  16:30, 26 December 2014
m
Reverted edits by Efiop (talk) to last revision by Xemul
Line 26: Line 26:  
SIZE      ::= "32 bit integer, equals the PAYLOAD length"
 
SIZE      ::= "32 bit integer, equals the PAYLOAD length"
 
</pre>
 
</pre>
 +
 +
Or, you can visualize it like
 +
 +
{| class="wikitable"
 +
|-
 +
! Type !! Size(bytes)
 +
|-
 +
| Magic || 4
 +
|-
 +
| Size0 || 4
 +
|-
 +
| Message0 || Size0
 +
|-
 +
| ... || ...
 +
|-
 +
| SizeN || 4
 +
|-
 +
| MessageN || SizeN
 +
|}
    
The amount of entries in a image file depends on the type of file.
 
The amount of entries in a image file depends on the type of file.

Navigation menu