Download Latest Version sweaty7z_3.1_release.zip (97.8 kB)
Email in envelope

Get an email when there's a new version of Sweaty7Z

Home / Sweaty7Z Library for C#
Name Modified Size InfoDownloads / Week
Parent folder
Documentation 2011-01-12
readme.txt 2011-01-09 1.6 kB
sweaty7z_3.1_release.zip 2011-01-09 97.8 kB
Totals: 3 Items   99.4 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
Source: readme.txt, updated 2011-01-09