OSDN Git Service

mirror 12/3
[sevenzip/7-Zip.git] / www.7-zip.org / sdk.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2 <HTML><HEAD>
3 <META http-equiv="CONTENT-TYPE" content="TEXT/HTML; CHARSET=UTF-8">
4 <LINK href="/style.css" rel="stylesheet" type="text/css">
5 <TITLE>LZMA SDK (Software Development Kit)</TITLE>
6 <META name="keywords" content="7z, lzma, 7-zip, archiver, free, compression, zip, 
7 best, compress, solid, high, ratio, unzip, far, win32, 7zip, long, file, names">
8 </HEAD>
9 <BODY>
10 <TABLE cellspacing=10 cellpadding=10 border=0 width="100%"><TR>
11 <TD class="MenuColumn" valign="top">
12 <TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
13 <TR><TD><IMG width=110 height=63 src="/7ziplogo.png" alt="7-Zip" border=0></TD></TR>
14 <TR><TD><HR></TD></TR></TABLE>
15 <TABLE cellpadding="2" cellspacing="0" border="0">
16 <TR><TD><A href="./" class="MenuLink">Home</A></TD></TR>
17 <TR><TD><A href="7z.html" class="MenuLink">7z Format</A></TD></TR>
18 <TR><TD><SPAN class="MenuCurrent">LZMA SDK</SPAN></TD></TR>
19 <TR><TD><A href="download.html" class="MenuLink">Download</A></TD></TR>
20 <TR><TD><A href="register.html" class="MenuLink">Donate</A></TD></TR>
21 <TR><TD><A href="faq.html" class="MenuLink">FAQ</A></TD></TR>
22 <TR><TD><A href="support.html" class="MenuLink">Support</A></TD></TR>
23 <TR><TD><A href="links.html" class="MenuLink">Links</A></TD></TR>
24 </TABLE>
25 <TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
26 <TR><TD><HR></TD></TR>
27 <TR><TD><A href="http://sourceforge.net"><IMG src="http://sourceforge.net/sflogo.php?group_id=14481" width=88 height=31 border=0 alt="SourceForge Logo"></A></TD></TR>
28 <TR><TD><A href="http://sourceforge.net/projects/sevenzip/">7-Zip on SF.net</A></TD></TR>
29 <TR><TD><A href="http://sourceforge.net/forum/forum.php?forum_id=45797">Forum</A></TD></TR>
30 <TR><TD><HR></TD></TR>
31 </TABLE>
32 <P>
33 <B>English</B><BR>
34 <A href="http://7z.sparanoid.com/">Chinese Simpl.</A><BR>
35 <A href="http://www.spiroo.be/7zip/">French</A><BR>
36 <A href="http://7-zip.org.ua/ru/">Russian</A><BR>
37 <A href="http://www.7-zip.si">Slovenian</A><BR>
38 <A href="http://7-zip.org.ua/">Ukrainian</A><BR>
39 </P>
40
41 </TD>
42 <TD valign="top">
43
44 <H1>LZMA SDK (Software Development Kit)</H1>
45
46 <P>The <B>LZMA SDK</B> provides the documentation, samples, header files, libraries, 
47 and tools you need to develop applications that use <B>LZMA</B> compression.</P>
48
49
50 <TABLE cellspacing ="1" cellpadding ="6" border = "0">
51   <TR>
52     <TH class="Title" align="center" width=80>Link</TH>
53     <TH class="Title" align="center" width=60>Size</TH>
54     <TH class="Title" align="center" width=90>Date</TH>
55     <TH class="Title" align="center" width=60>Version</TH>
56     <TH class="Title" align="center">Description</TH>
57   </TR>
58   <TR>
59     <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/lzma462.tar.bz2">Download</A></TD>
60     <TD class="Item" align="center">282 KB</TD>
61     <TD class="Item" align="center">2008-12-02</TD>
62     <TD class="Item" align="center">4.62</TD>
63     <TD class="Item" rowspan=2>LZMA SDK (C, C++, C#, Java)</TD>
64   </TR>
65   <TR>
66     <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/lzma457.tar.bz2">Download</A></TD>
67     <TD class="Item" align="center">292 KB</TD>
68     <TD class="Item" align="center">2007-12-12</TD>
69     <TD class="Item" align="center">4.57</TD>
70   </TR>
71 </TABLE>
72
73 <P><B>What's new:</B>
74 <UL>
75   <LI><B>4.62:</B> Some fixes. LZMA SDK is placed in the public domain.</LI>
76   <LI><B>4.58:</B> Speed optimizations. New ANSI-C code for LZMA compression.</LI>
77   <LI><B>4.57:</B> Speed optimizations. Some fixes.</LI>
78   <LI><B>4.49:</B> .7z ANSI-C decoder was improved. C++ code for .7z archive handling was 
79    included.</LI>
80 </UL>
81
82
83 <P><B>LZMA</B> is the default and general compression method of <A href ="7z.html"><B>7z format</B></A>
84 in the <B>7-Zip</B> program. <B>LZMA</B> provides a high compression ratio and 
85 very fast decompression, so it is very suitable for embedded applications.
86 For example, it can be used for ROM (firmware) compressing.</P>
87
88 <P><B>LZMA SDK</B> includes:</P>
89 <UL>
90   <LI><B>C++</B> source code of <B>LZMA</B> Encoder and Decoder</LI>
91   <LI><B>ANSI-C</B> compatible source code for <B>LZMA</B> decompression with example</LI>
92   <LI><B>C#</B> source code for <B>LZMA</B> compression and decompression</LI>
93   <LI><B>Java</B> source code for <B>LZMA</B> compression and decompression</LI>
94   <LI>Compiled file->file <B>LZMA</B> compression/decompression program for the Windows operating system</LI>
95 </UL>
96
97 <P><B>ANSI-C LZMA</B> decompression code is ported from the original C++ sources to C.
98 Also, it has been simplified and optimized for code size. But it is fully compatible 
99 with <B>LZMA</B> from <B>7-Zip</B>.</P>
100
101 <P><B>LZMA</B> features:</P>
102 <UL>
103   <LI>Compression speed: 2 MB/s on 2 GHz dual-core CPU.
104   <LI>Decompression speed: 
105     <UL>
106       <LI>20-30 MB/s on 2 GHz Intel Core2 or AMD Athlon 64.
107       <LI>1-2 MB/s on 200 MHz ARM, MIPS, PowerPC or other simple RISC CPU.
108     </UL>
109   <LI>Small memory requirements for decompression: 8-32 KB + DictionarySize
110   <LI>Small code size for decompression: 2-8 KB (depending on speed optimizations)
111 </UL>
112
113 <P>The <B>LZMA</B> decoder uses only CPU integer instructions and can be 
114 implemented for any modern 32-bit CPU (or, on a 16-bit CPU with some conditions).</P>
115
116 <H2>License</H2>
117
118 <P><B>LZMA SDK 4.62</B> is placed in the <B>public domain.</B></P>
119
120 <H2>LZMA Links</H2>
121 <ul>
122 <li><A href="http://en.wikipedia.org/wiki/LZMA">LZMA at Wikipedia</A></li>
123 <li><A href="http://sourceforge.net/projects/p7zip/">Port of LZMA SDK for JAVA from independent developer</A></li>
124 <li><A href="http://www.birtles.org.uk/programming/">Port of LZMA SDK to Pascal (Delphi, Kylix and Freepascal)</A></li>
125 <li><a href="http://www.joachim-bauch.de/projects/python/pylzma/">PyLZMA: Python bindings for LZMA</a></li>
126 <li><a href="http://tukaani.org/lzma/">LZMA utils</a></li>
127 <li><a href="http://contrapunctus.net/league/haques/lzmajio/">LZMA Streams in Java</a></li>
128
129 </ul>
130
131 <HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>
132 </TD></TR></TABLE></BODY></HTML>