| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| documentation_russian.CHM | 2011-01-12 | 187.2 kB | |
| documentation_english.CHM | 2011-01-12 | 456.4 kB | |
| Totals: 2 Items | 643.7 kB | 0 | |
Sweaty7Z - C# LZMA+ Compression Library
Version 3.1, Jan 2011.
==============================================
How to use Sweaty7Z library:
Add link to DLL file to your project in Visual Studio
Use static classes of namespace [Sweaty7Z.Providers] to work with archives.
Example: [Sweaty7Z.Providers].ZIP.AddFilesToArchive(...) or .ZIP.ExtractFilesFromArchive(...)
----------
Classes (static) in namespace Sweaty7Z.Providers:
- Lzma2 :: works with 7z-archives
- ZIP :: works with ZIP-archives
- bZip2 :: works with bZip2-archives
- gZip :: works with gZip-archives
- TAR :: works with tar-archives
Please report any bugs found to SourceForge page: http://sourceforge.net/project/sweaty7z
----------
That's new in version 3.1:
! small bugs fixed
! Bugfix: big problem with opening password-protected archives fixed: if password need, error occurs.
+ Added method Sweaty7Z.Sweaty.DecompressArchive(...): decompresses any archive supported with maximum
of parameters (use carefully, better use Sweaty7Z.Providers)
Future plan of Sweaty7Z:
- [!] Fix problem of command line length limitation (limits count of files transfering)
- [!] Add logging events / testing archive / contents listing support for 7z/bz2/gz/zip and tar archives
- Add RAR unpacking support (+parameters) [RAR 2.0+]
- Add PPMd compression algorithm support (for 7z)
-----------------------------------------------------------
Copyright (c) Agehack, 2011.
Licensed GNU: LGPL v3.0 (!)
http://sourceforge.net/projects/sweaty7z/
dmitry.abdulov@mail.ru