X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=www.7-zip.org%2Fsdk.html;h=72e758893464bfefd68be113888fd3a5ee20065e;hb=c711176357b4beaf353cd70235b86907097e49e9;hp=12b0e63c4c9e50bbd94ed7eb9c487e01945285ba;hpb=0ae5a9d71c0e1dd815b1bf4bdf3b6af665a87f78;p=sevenzip%2F7-Zip.git diff --git a/www.7-zip.org/sdk.html b/www.7-zip.org/sdk.html index 12b0e63..72e7588 100644 --- a/www.7-zip.org/sdk.html +++ b/www.7-zip.org/sdk.html @@ -108,11 +108,6 @@ and tools you need to develop applications that use LZMA compression.

-

Note: If you use some C / C++ files from LZMA SDK, -you can use new versions of same C / C++ files from 7-Zip 9.34 source code. -If the source code file is included to both the 7-Zip source code and the LZMA SDK, -such file can be used as public domain code (as LZMA SDK files).

-

Note: If you use XZ code from LZMA SDK, it's recommended to upgrade to new XZ code from 7-Zip 9.35 beta. That new code fixes some bugs.

@@ -145,6 +140,7 @@ For example, it can be used for ROM (firmware) compressing.

  • Java source code for LZMA compression and decompression
  • lzma.exe for .lzma compression and decompression
  • 7zr.exe to work with 7z archives (reduced version of 7z.exe from 7-Zip)
  • +
  • SFX modules to create self-extracting packages and installers
  • ANSI-C and C++ source code in LZMA SDK is subset of source code of 7-Zip.

    @@ -154,8 +150,8 @@ For example, it can be used for ROM (firmware) compressing.

  • Compression speed: 2 MB/s on 2 GHz dual-core CPU.
  • Decompression speed:
  • Small memory requirements for decompression: 8-32 KB + DictionarySize
  • Small code size for decompression: 2-8 KB (depending on speed optimizations)