ziparchive

所属分类:压缩解压
开发工具:Visual C++
文件大小:350KB
下载次数:28
上传日期:2012-03-16 10:41:08
上 传 者jianping0222
说明:  跨平台的压缩工具类ziparchive,api使用很方便。
(Cross-platform compression tools, api very easy to use.)

文件列表:
Appnote.txt (55179, 2004-09-05)
borland.zip (7705, 2004-09-05)
ChangeLog.txt (21175, 2005-04-11)
faq.txt (7758, 2005-04-11)
gpl.txt (15231, 2005-04-11)
License.txt (4680, 2005-04-11)
Linux\Makefile (2224, 2004-09-05)
Linux\ZipFileMapping.h (1904, 2005-02-14)
Linux\ZipPathComponent.cpp (2774, 2005-02-14)
Linux\ZipPlatform.cpp (6184, 2005-02-14)
mfc\stdafx.h (1681, 2005-04-11)
mfc\ZipBaseException.h (993, 2005-04-11)
mfc\ZipCollections.h (2332, 2005-04-11)
mfc\ZipFile.cpp (1878, 2005-04-11)
mfc\ZipFile.h (2561, 2005-04-11)
mfc\ZipString.h (1396, 2005-04-11)
resource.h (414, 2004-09-05)
stdafx.cpp (871, 2005-02-14)
stdafx.h (1681, 2005-04-11)
stl\stdafx.h (3451, 2005-02-14)
stl\ZipBaseException.h (1001, 2005-02-14)
stl\ZipCollections.h (5300, 2005-03-26)
stl\ZipFile.cpp (2839, 2005-02-22)
stl\ZipFile.h (3330, 2005-02-14)
stl\zippie\CmdLine.cpp (7183, 2004-09-05)
stl\zippie\CmdLine.h (7598, 2004-09-05)
stl\zippie\Release\CmdLine.obj (34644, 2005-04-11)
stl\zippie\Release\vc60.idb (58368, 2005-04-11)
stl\zippie\Release\zippie.obj (88049, 2005-04-11)
stl\zippie\zippie.cpp (26396, 2005-03-26)
stl\zippie\zippie.dsp (4464, 2004-09-05)
stl\zippie\zippie.dsw (833, 2004-09-05)
stl\zippie\zippie.plg (5213, 2005-04-11)
stl\zippie\zippie_DLL.dsp (4534, 2004-09-05)
stl\zippie\zippie_DLL.dsw (1120, 2004-09-05)
stl\ZipString.h (7839, 2005-04-11)
Windows\ZipFileMapping.h (2220, 2005-04-04)
Windows\ZipPathComponent.cpp (2439, 2005-04-04)
Windows\ZipPlatform.cpp (9084, 2005-04-04)
... ...

General Information The ZipArchive library Copyright (c) 2000 - 2005 Tadeusz Dracz Version: 2.4.4 Date: 01 Apr 2005 This library adds zip compression and decompression functionality to your program, allowing you to create and modify ZIP files in the compatible way with WinZip, PKZIP and other popular archivers. Its easy and practical interface makes the library suitable for the beginners as well as for the advanced users. See what's new in this version. To be notified about the future library updates, sign up for the newsletter. Platforms supported: - Windows 9x\Me\NT\2000\XP (MFC and STL) Microsoft Visual C++ 6.0 (.NET compatible ), Borland C++ - Linux (STL) Author: Tadeusz Dracz E-Mail: tdracz@artpol-software.com Web Site: http://www.artpol-software.com This library uses the zlib library by Jean-loup Gailly and Mark Adler to perform inflate and deflate operations. Features Summary: - work in a compatible way with PKZIP and WinZip - create, modify, extract and test zip archives - create and extract multi-disk archives (on non-removable disks as well) - add file to the archive from another archive without decompressing the file (copy compressed data) (see CZipArchive::GetFromArchive) - highly optimized deleting multiple files from the archive - optimized replacing and renaming files in the archive - compression from and decompression to memory, create the whole archive in memory, extract the archive from memory - password encryption and decryption supported - possibility to create or extract self-extracting archives - smart compression, if enabled, prevents the file in the archive to be larger after compression (see CZipArchive::Smartness) - safe compression with CZipArchive::Flush function - using functional objects as callback - to provide easy disk change in a multi-disk archives - for the progress control when adding, extracting, testing or deleting files or saving archive's central directory - extracting and deleting using wildcard pattern matching (see CZipArchive::FindMatches) - UNC and Windows Unicode paths recognized (still, due to the zip format specification, the filnames in the archive are stored using OEM-defined character set) - wide characters supported - support for the Java TM Archive (jar) File Format (see CZipArchive::SetIgnoreCRC) - can be used as a static library or DLL (necessary VC++ projects included) - possibility to integrate help system with MSDN - easy interface - easy transfer to other system platforms - speedy - well documented - full source code provided - sample applications provided (for the STL version located in stl/zippie, the MFC version (multithreaded) is available separately) If you find a bug, please mail me. Many thanks to the people that already tracked them down and submitted.

近期下载者

相关文件


收藏者