Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Side by Side Diff: doc/lzma-file-format.txt

Issue 7109015: Update XZ Utils to 5.0.3 (in deps) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/xz/
Patch Set: Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « doc/faq.txt ('k') | dos/Makefile » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 The .lzma File Format 2 The .lzma File Format
3 ===================== 3 =====================
4 4
5 0. Preface 5 0. Preface
6 0.1. Notices and Acknowledgements 6 0.1. Notices and Acknowledgements
7 0.2. Changes 7 0.2. Changes
8 1. File Format 8 1. File Format
9 1.1. Header 9 1.1. Header
10 1.1.1. Properties 10 1.1.1. Properties
(...skipping 22 matching lines...) Expand all
33 This file format was designed by Igor Pavlov for use in 33 This file format was designed by Igor Pavlov for use in
34 LZMA SDK. This document was written by Lasse Collin 34 LZMA SDK. This document was written by Lasse Collin
35 <lasse.collin@tukaani.org> using the documentation found 35 <lasse.collin@tukaani.org> using the documentation found
36 from the LZMA SDK. 36 from the LZMA SDK.
37 37
38 This document has been put into the public domain. 38 This document has been put into the public domain.
39 39
40 40
41 0.2. Changes 41 0.2. Changes
42 42
43 Last modified: 2009-05-01 11:15+0300 43 Last modified: 2011-04-12 11:55+0300
44 44
45 45
46 1. File Format 46 1. File Format
47 47
48 +-+-+-+-+-+-+-+-+-+-+-+-+-+==========================+ 48 +-+-+-+-+-+-+-+-+-+-+-+-+-+==========================+
49 | Header | LZMA Compressed Data | 49 | Header | LZMA Compressed Data |
50 +-+-+-+-+-+-+-+-+-+-+-+-+-+==========================+ 50 +-+-+-+-+-+-+-+-+-+-+-+-+-+==========================+
51 51
52 The .lzma format file consist of 13-byte Header followed by 52 The .lzma format file consist of 13-byte Header followed by
53 the LZMA Compressed Data. 53 the LZMA Compressed Data.
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 154
155 7-Zip 155 7-Zip
156 http://7-zip.org/ 156 http://7-zip.org/
157 157
158 LZMA Utils - LZMA adapted to POSIX-like systems 158 LZMA Utils - LZMA adapted to POSIX-like systems
159 http://tukaani.org/lzma/ 159 http://tukaani.org/lzma/
160 160
161 XZ Utils - The next generation of LZMA Utils 161 XZ Utils - The next generation of LZMA Utils
162 http://tukaani.org/xz/ 162 http://tukaani.org/xz/
163 163
164 The .xz file format - The successor of the the .lzma format 164 The .xz file format - The successor of the .lzma format
165 http://tukaani.org/xz/xz-file-format.txt 165 http://tukaani.org/xz/xz-file-format.txt
166 166
OLDNEW
« no previous file with comments | « doc/faq.txt ('k') | dos/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698