Michael_wp original: Use. net to implement zip ---- 4

Source: Internet
Author: User
Tags zip
// ZipLib. cs
Using System;
Using System. IO;
Using System. Text;
Using System. Runtime. InteropServices;
Namespace OrganicBit. Zip {
/// <Summary> Support methods for uncompressing zip files. </summary>
/// <Remarks>
/// <Para> This unzip package allow extract file from. ZIP file, compatible with PKZip 2.04g WinZip, InfoZip tools and compatible. </para>
/// <Para> Encryption and multi volume ZipFile (span) are not supported. Old compressions used by old PKZip 1.x are not supported. </para>
/// <Para> Copyright (C) 1998 Gilles Vollant. Http://www.winimage.com/zLibDll/unzip.htm </para>
/// <Para> C # wrapper by Gerry Shaw (gerry_shaw@yahoo.com). Http://www.organicbit.com/zip/ </para>
/// </Remarks>
Internal sealed class ZipLib {
// Prevent instances of this class from being constructed
Private ZipLib (){}
/*
Create a zipfile.
Pathname contain on Windows NT a filename like "c: zlibzlib111.zip" or on an Unix computer "zlib/zlib111.zip ".

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.