Difference between revisions of "ZIM file format"

Jump to navigation Jump to search
433 bytes added ,  08:38, 17 October 2010
Line 80: Line 80:
== Cluster pointer list (clusterPtrPos) ==
== Cluster pointer list (clusterPtrPos) ==


The cluster pointer list is a list of 8 byte offsets which point to the data clusters.
The cluster pointer list is a global list of 8 byte offsets which point to all data clusters in a ZIM file.
 
{|{{Prettytable}}
! Field Name            !! Type    !!Offset!!Length!! Description
|-
| <1st Cluster>          || integer ||    0 ||    8 || Pointer to the <1st Cluster>
|-
| <1st Cluster>          || integer ||    8 ||    8 || Pointer to the <2nd Cluster>
|-
| <nth Cluster>          || integer ||(n-1)*8||  8 || Pointer to the <nth Cluster>
|-
| ...                    || integer || ...  ||    8 || ...
|}


== Mime list pointer (mimeListPos) ==
== Mime list pointer (mimeListPos) ==

Navigation menu