ARC: Difference between revisions

Elisherer (talk | contribs)
Elisherer (talk | contribs)
ARC header: oops2..sorry
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.