Changes

No change in size ,  20:21, 29 November 2012
Line 48: Line 48:  
   * First two nodes in the file table are β€˜null’ and β€˜.’ both have compressed file length of 7.
 
   * First two nodes in the file table are β€˜null’ and β€˜.’ both have compressed file length of 7.
   βˆ’
=== Files Data ===
+
=== Files data ===
    
   * Each file is compressed using LZ-10. (Starts with 0x10 and followed by uint24 of the uncompressed file size).
 
   * Each file is compressed using LZ-10. (Starts with 0x10 and followed by uint24 of the uncompressed file size).
 
   * Each file's end is padded to 0x10 besides the last one which ends with EOF.
 
   * Each file's end is padded to 0x10 besides the last one which ends with EOF.
399

edits