文件名称:SharpZipLib_0852_SourceSamples

  • 所属分类:
  • 压缩解压
  • 资源属性:
  • [Windows] [Visual.Net] [源码]
  • 上传时间:
  • 2008-10-13
  • 文件大小:
  • 640.58kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • binar*****
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

SharpZipLib之前叫做NZipLib,完全由 C# 开发的压缩库,支持Zip, GZip, Tar and BZip2 ,为2007年8月最新0852release版的代码实例!

Changes for v0.85.2 release

Minor tweaks for CF, ZipEntryFactory and ZipFile.

Fix for zip testing and Zip64 local header patching.

FastZip revamped to handle file attributes on extract + other fixes

Null ref in path filter fixed.

Extra data handling fixes

Revamped build and conditional compilation handling

Many bug fixes for Zip64.

Minor improvements to C# samples.

ZIP-1341 Non ascii zip password handling fix.

ZIP-355 Fix for zip compression problem at low levels


(系统自动生成,下载前可以参看下载内容)

下载文件列表

压缩包 : 79419132sharpziplib_0852_sourcesamples.zip 列表
SharpZipLib/
SharpZipLib/.svn/
SharpZipLib/bin/
SharpZipLib/bin/.svn/
SharpZipLib/build.bat
SharpZipLib/doc/
SharpZipLib/doc/.svn/
SharpZipLib/doc/Changes.txt
SharpZipLib/doc/COPYING.txt
SharpZipLib/doc/ReadMe.rtf
SharpZipLib/doc/specification/
SharpZipLib/doc/specification/.svn/
SharpZipLib/doc/specification/appnote.txt
SharpZipLib/doc/specification/rfc-deflate.txt
SharpZipLib/doc/specification/rfc-gzip.txt
SharpZipLib/doc/specification/rfc-zlib.txt
SharpZipLib/doc/specification/rfc1950.txt
SharpZipLib/doc/specification/rfc1951.txt
SharpZipLib/doc/specification/rfc1952.txt
SharpZipLib/ICSharpCode.SharpZipLib.key
SharpZipLib/ICSharpCode.SharpZLib.cmbx
SharpZipLib/ICSharpCode.SharpZLib.sln
SharpZipLib/installGAC.bat
SharpZipLib/mkDistribution.bat
SharpZipLib/samples/
SharpZipLib/samples/.svn/
SharpZipLib/samples/cs/
SharpZipLib/samples/cs/.svn/
SharpZipLib/samples/cs/CreateZipFile/
SharpZipLib/samples/cs/CreateZipFile/.svn/
SharpZipLib/samples/cs/CreateZipFile/AssemblyInfo.cs
SharpZipLib/samples/cs/CreateZipFile/CreateZipFile.cmbx
SharpZipLib/samples/cs/CreateZipFile/CreateZipFile.prjx
SharpZipLib/samples/cs/CreateZipFile/Main.cs
SharpZipLib/samples/cs/CreateZipFile/readme.txt
SharpZipLib/samples/cs/FastZip/
SharpZipLib/samples/cs/FastZip/.svn/
SharpZipLib/samples/cs/FastZip/AssemblyInfo.cs
SharpZipLib/samples/cs/FastZip/FastZip.cmbx
SharpZipLib/samples/cs/FastZip/FastZip.prjx
SharpZipLib/samples/cs/FastZip/Main.cs
SharpZipLib/samples/cs/minibzip2/
SharpZipLib/samples/cs/minibzip2/.svn/
SharpZipLib/samples/cs/minibzip2/AssemblyInfo.cs
SharpZipLib/samples/cs/minibzip2/Main.cs
SharpZipLib/samples/cs/minibzip2/minibzip2.cmbx
SharpZipLib/samples/cs/minibzip2/minibzip2.prjx
SharpZipLib/samples/cs/minibzip2/readme.txt
SharpZipLib/samples/cs/minigzip/
SharpZipLib/samples/cs/minigzip/.svn/
SharpZipLib/samples/cs/minigzip/AssemblyInfo.cs
SharpZipLib/samples/cs/minigzip/Main.cs
SharpZipLib/samples/cs/minigzip/minigzip.cmbx
SharpZipLib/samples/cs/minigzip/minigzip.prjx
SharpZipLib/samples/cs/minigzip/readme.txt
SharpZipLib/samples/cs/samples.build
SharpZipLib/samples/cs/sz/
SharpZipLib/samples/cs/sz/.svn/
SharpZipLib/samples/cs/sz/AssemblyInfo.cs
SharpZipLib/samples/cs/sz/sz.cmbx
SharpZipLib/samples/cs/sz/sz.cs
SharpZipLib/samples/cs/sz/sz.csproj
SharpZipLib/samples/cs/sz/sz.prjx
SharpZipLib/samples/cs/sz/sz.sln
SharpZipLib/samples/cs/tar/
SharpZipLib/samples/cs/tar/.svn/
SharpZipLib/samples/cs/tar/AssemblyInfo.cs
SharpZipLib/samples/cs/tar/Main.cs
SharpZipLib/samples/cs/tar/tar.cmbx
SharpZipLib/samples/cs/tar/tar.prjx
SharpZipLib/samples/cs/unzipfile/
SharpZipLib/samples/cs/unzipfile/.svn/
SharpZipLib/samples/cs/unzipfile/readme.txt
SharpZipLib/samples/cs/unzipfile/unzipfile.cmbx
SharpZipLib/samples/cs/unzipfile/UnZipFile.cs
SharpZipLib/samples/cs/unzipfile/unzipfile.prjx
SharpZipLib/samples/cs/viewzipfile/
SharpZipLib/samples/cs/viewzipfile/.svn/
SharpZipLib/samples/cs/viewzipfile/readme.txt
SharpZipLib/samples/cs/viewzipfile/viewzipfile.cmbx
SharpZipLib/samples/cs/viewzipfile/ViewZipFile.cs
SharpZipLib/samples/cs/viewzipfile/viewzipfile.prjx
SharpZipLib/samples/cs/zf/
SharpZipLib/samples/cs/zf/.svn/
SharpZipLib/samples/cs/zf/AssemblyInfo.cs
SharpZipLib/samples/cs/zf/zf.cmbx
SharpZipLib/samples/cs/zf/zf.cs
SharpZipLib/samples/cs/zf/zf.csproj
SharpZipLib/samples/cs/zf/zf.prjx
SharpZipLib/samples/cs/zf/zf.sln
SharpZipLib/samples/cs/zipfiletest/
SharpZipLib/samples/cs/zipfiletest/.svn/
SharpZipLib/samples/cs/zipfiletest/readme.txt
SharpZipLib/samples/cs/zipfiletest/zipfiletest.cmbx
SharpZipLib/samples/cs/zipfiletest/ZipFileTest.cs
SharpZipLib/samples/cs/zipfiletest/zipfiletest.prjx
SharpZipLib/samples/DIME/
SharpZipLib/samples/DIME/.svn/
SharpZipLib/samples/DIME/DimeDataSetService/
SharpZipLib/samples/DIME/DimeDataSetServiceConsumer/
SharpZipLib/samples/DIME/DimeDataSetServiceConsumer/.svn/
SharpZipLib/samples/DIME/DimeDataSetServiceConsumer/App.ico
SharpZipLib/samples/DIME/DimeDataSetServiceConsumer/AssemblyInfo.cs
SharpZipLib/samples/DIME/DimeDataSetServiceConsumer/DimeDataSetServiceConsumer.csproj
SharpZipLib/samples/DIME/DimeDataSetServiceConsumer/DimeDataSetServiceConsumer.csproj.user
SharpZipLib/samples/DIME/DimeDataSetServiceConsumer/DimeDataSetServiceConsumer.sln
SharpZipLib/samples/DIME/DimeDataSetServiceConsumer/DimeDataSetServiceConsumer.suo
SharpZipLib/samples/DIME/DimeDataSetServiceConsumer/Main.cs
SharpZipLib/samples/DIME/DimeDataSetServiceConsumer/Main.resx
SharpZipLib/samples/DIME/DimeDataSetServiceConsumer/Web References/
SharpZipLib/samples/DIME/DimeDataSetServiceConsumer/Web References/.svn/
SharpZipLib/samples/DIME/DimeDataSetServiceConsumer/Web References/localhost/
SharpZipLib/samples/DIME/DimeDataSetServiceConsumer/Web References/localhost/.svn/
SharpZipLib/samples/DIME/DimeDataSetServiceConsumer/Web References/localhost/Reference.cs
SharpZipLib/samples/DIME/DimeDataSetServiceConsumer/Web References/localhost/Reference.map
SharpZipLib/samples/DIME/DimeDataSetServiceConsumer/Web References/localhost/Service1.disco
SharpZipLib/samples/DIME/DimeDataSetServiceConsumer/Web References/localhost/Service1.wsdl
SharpZipLib/samples/DIME/DimeDataSetService/.svn/
SharpZipLib/samples/DIME/DimeDataSetService/AssemblyInfo.cs
SharpZipLib/samples/DIME/DimeDataSetService/DimeDataSetService.csproj
SharpZipLib/samples/DIME/DimeDataSetService/DimeDataSetService.csproj.webinfo
SharpZipLib/samples/DIME/DimeDataSetService/DimeDataSetService.sln
SharpZipLib/samples/DIME/DimeDataSetService/DimeDataSetService.suo
SharpZipLib/samples/DIME/DimeDataSetService/DimeDataSetService.vsdisco
SharpZipLib/samples/DIME/DimeDataSetService/Global.asax
SharpZipLib/samples/DIME/DimeDataSetService/Global.asax.cs
SharpZipLib/samples/DIME/DimeDataSetService/Global.asax.resx
SharpZipLib/samples/DIME/DimeDataSetService/Service1.asmx
SharpZipLib/samples/DIME/DimeDataSetService/Service1.asmx.cs
SharpZipLib/samples/DIME/DimeDataSetService/Service1.asmx.resx
SharpZipLib/samples/DIME/DimeDataSetService/Web.config
SharpZipLib/samples/DIME/readme.txt
SharpZipLib/samples/HttpCompressionModule/
SharpZipLib/samples/HttpCompressionModule/.svn/
SharpZipLib/samples/HttpCompressionModule/example/
SharpZipLib/samples/HttpCompressionModule/example/.svn/
SharpZipLib/samples/HttpCompressionModule/example/blowery.gif
SharpZipLib/samples/HttpCompressionModule/example/Default.aspx
SharpZipLib/samples/HttpCompressionModule/example/DefaultController.cs
SharpZipLib/samples/HttpCompressionModule/example/Example.csproj
SharpZipLib/samples/HttpCompressionModule/example/ExistingImage.ashx
SharpZipLib/samples/HttpCompressionModule/example/Image.ashx
SharpZipLib/samples/HttpCompressionModule/example/web.config
SharpZipLib/samples/HttpCompressionModule/httpcompressionmodule.pdf
SharpZipLib/samples/HttpCompressionModule/HttpCompressionModule.sln
SharpZipLib/samples/HttpCompressionModule/lib/
SharpZipLib/samples/HttpCompressionModule/lib/.svn/
SharpZipLib/samples/HttpCompressionModule/license.txt
SharpZipLib/samples/HttpCompressionModule/readme.txt
SharpZipLib/samples/HttpCompressionModule/src/
SharpZipLib/samples/HttpCompressionModule/src/.svn/
SharpZipLib/samples/HttpCompressionModule/src/AssemblyInfo.cs
SharpZipLib/samples/HttpCompressionModule/src/ConfigSectionHandler.cs
SharpZipLib/samples/HttpCompressionModule/src/DeflateFilter.cs
SharpZipLib/samples/HttpCompressionModule/src/doc/
SharpZipLib/samples/HttpCompressionModule/src/doc/.svn/
SharpZipLib/samples/HttpCompressionModule/src/doc/HttpCompressionModule.xml
SharpZipLib/samples/HttpCompressionModule/src/GZipFilter.cs
SharpZipLib/samples/HttpCompressionModule/src/HttpCompressingFilter.cs
SharpZipLib/samples/HttpCompressionModule/src/HttpCompressionModule.cs
SharpZipLib/samples/HttpCompressionModule/src/HttpCompressionModule.csproj
SharpZipLib/samples/HttpCompressionModule/src/HttpCompressionModuleSettings.cs
SharpZipLib/samples/HttpCompressionModule/src/HttpOutputFilter.cs
SharpZipLib/samples/HttpCompressionModule/src/refs/
SharpZipLib/samples/HttpCompressionModule/src/refs/.svn/
SharpZipLib/samples/HttpCompressionModule/src/refs/SharpZipLib.dll
SharpZipLib/samples/HttpCompressionModule/src/refs/SharpZipLib.xml
SharpZipLib/samples/vb/
SharpZipLib/samples/vb/.svn/
SharpZipLib/samples/vb/CreateZipFile/
SharpZipLib/samples/vb/CreateZipFile/.svn/
SharpZipLib/samples/vb/CreateZipFile/AssemblyInfo.vb
SharpZipLib/samples/vb/CreateZipFile/CreateZipFile.cmbx
SharpZipLib/samples/vb/CreateZipFile/CreateZipFile.MainForm.resources
SharpZipLib/samples/vb/CreateZipFile/CreateZipFile.prjx
SharpZipLib/samples/vb/CreateZipFile/MainForm.vb
SharpZipLib/samples/vb/minibzip2/
SharpZipLib/samples/vb/minibzip2/.svn/
SharpZipLib/samples/vb/minibzip2/AssemblyInfo.vb
SharpZipLib/samples/vb/minibzip2/Main.resx
SharpZipLib/samples/vb/minibzip2/Main.vb
SharpZipLib/samples/vb/minibzip2/MainForm.resources
SharpZipLib/samples/vb/minibzip2/minibzip2.cmbx
SharpZipLib/samples/vb/minibzip2/minibzip2.prjx
SharpZipLib/samples/vb/minibzip2/minibzip2.sln
SharpZipLib/samples/vb/minibzip2/minibzip2.suo
SharpZipLib/samples/vb/minibzip2/minibzip2.vbproj
SharpZipLib/samples/vb/minibzip2/minibzip2.vbproj.user
SharpZipLib/samples/vb/samples.build
SharpZipLib/samples/vb/viewzipfile/
SharpZipLib/samples/vb/viewzipfile/.svn/
SharpZipLib/samples/vb/viewzipfile/AssemblyInfo.vb
SharpZipLib/samples/vb/viewzipfile/Main.resx
SharpZipLib/samples/vb/viewzipfile/Main.vb
SharpZipLib/samples/vb/viewzipfile/MainForm.resources
SharpZipLib/samples/vb/viewzipfile/viewzipfile.cmbx
SharpZipLib/samples/vb/viewzipfile/viewzipfile.prjx
SharpZipLib/samples/vb/viewzipfile/viewzipfile.sln
SharpZipLib/samples/vb/viewzipfile/viewzipfile.suo
SharpZipLib/samples/vb/viewzipfile/viewzipfile.vbproj
SharpZipLib/samples/vb/viewzipfile/viewzipfile.vbproj.user
SharpZipLib/samples/vb/zipfiletest/
SharpZipLib/samples/vb/zipfiletest/.svn/
SharpZipLib/samples/vb/zipfiletest/AssemblyInfo.vb
SharpZipLib/samples/vb/zipfiletest/Main.resx
SharpZipLib/samples/vb/zipfiletest/Main.vb
SharpZipLib/samples/vb/zipfiletest/zipfiletest.cmbx
SharpZipLib/samples/vb/zipfiletest/zipfiletest.prjx
SharpZipLib/samples/vb/zipfiletest/zipfiletest.sln
SharpZipLib/samples/vb/zipfiletest/zipfiletest.suo
SharpZipLib/samples/vb/zipfiletest/zipfiletest.vbproj
SharpZipLib/samples/vb/zipfiletest/zipfiletest.vbproj.user
SharpZipLib/SharpZlib.build
SharpZipLib/src/
SharpZipLib/src/.svn/
SharpZipLib/src/AssemblyInfo.cs
SharpZipLib/src/BZip2/
SharpZipLib/src/BZip2/.svn/
SharpZipLib/src/BZip2/BZip2.cs
SharpZipLib/src/BZip2/BZip2Constants.cs
SharpZipLib/src/BZip2/BZip2Exception.cs
SharpZipLib/src/BZip2/BZip2InputStream.cs
SharpZipLib/src/BZip2/BZip2OutputStream.cs
SharpZipLib/src/Checksums/
SharpZipLib/src/Checksums/.svn/
SharpZipLib/src/Checksums/Adler32.cs
SharpZipLib/src/Checksums/CRC32.cs
SharpZipLib/src/Checksums/IChecksum.cs
SharpZipLib/src/Checksums/StrangeCRC.cs
SharpZipLib/src/Core/
SharpZipLib/src/Core/.svn/
SharpZipLib/src/Core/FileSystemScanner.cs
SharpZipLib/src/Core/INameTransform.cs
SharpZipLib/src/Core/IScanFilter.cs
SharpZipLib/src/Core/NameFilter.cs
SharpZipLib/src/Core/PathFilter.cs
SharpZipLib/src/Core/StreamUtils.cs
SharpZipLib/src/Encryption/
SharpZipLib/src/Encryption/.svn/
SharpZipLib/src/Encryption/PkzipClassic.cs
SharpZipLib/src/GZip/
SharpZipLib/src/GZip/.svn/
SharpZipLib/src/GZip/GZIPConstants.cs
SharpZipLib/src/GZip/GZipException.cs
SharpZipLib/src/GZip/GzipInputStream.cs
SharpZipLib/src/GZip/GzipOutputStream.cs
SharpZipLib/src/ICSharpCode.SharpZLib.csproj
SharpZipLib/src/ICSharpCode.SharpZLib.prjx
SharpZipLib/src/Main.cs
SharpZipLib/src/SharpZipBaseException.cs
SharpZipLib/src/Tar/
SharpZipLib/src/Tar/.svn/
SharpZipLib/src/Tar/InvalidHeaderException.cs
SharpZipLib/src/Tar/TarArchive.cs
SharpZipLib/src/Tar/TarBuffer.cs
SharpZipLib/src/Tar/TarEntry.cs
SharpZipLib/src/Tar/TarException.cs
SharpZipLib/src/Tar/TarHeader.cs
SharpZipLib/src/Tar/TarInputStream.cs
SharpZipLib/src/Tar/TarOutputStream.cs
SharpZipLib/src/Zip/
SharpZipLib/src/Zip/.svn/
SharpZipLib/src/Zip/Compression/
SharpZipLib/src/Zip/Compression/.svn/
SharpZipLib/src/Zip/Compression/Deflater.cs
SharpZipLib/src/Zip/Compression/DeflaterConstants.cs
SharpZipLib/src/Zip/Compression/DeflaterEngine.cs
SharpZipLib/src/Zip/Compression/DeflaterHuffman.cs
SharpZipLib/src/Zip/Compression/DeflaterPending.cs
SharpZipLib/src/Zip/Compression/Inflater.cs
SharpZipLib/src/Zip/Compression/InflaterDynHeader.cs
SharpZipLib/src/Zip/Compression/InflaterHuffmanTree.cs
SharpZipLib/src/Zip/Compression/PendingBuffer.cs
SharpZipLib/src/Zip/Compression/Streams/
SharpZipLib/src/Zip/Compression/Streams/.svn/
SharpZipLib/src/Zip/Compression/Streams/DeflaterOutputStream.cs
SharpZipLib/src/Zip/Compression/Streams/InflaterInputStream.cs
SharpZipLib/src/Zip/Compression/Streams/OutputWindow.cs
SharpZipLib/src/Zip/Compression/Streams/StreamManipulator.cs
SharpZipLib/src/Zip/FastZip.cs
SharpZipLib/src/Zip/IEntryFactory.cs
SharpZipLib/src/Zip/ZipConstants.cs
SharpZipLib/src/Zip/ZipEntry.cs
SharpZipLib/src/Zip/ZipEntryFactory.cs
SharpZipLib/src/Zip/ZipException.cs
SharpZipLib/src/Zip/ZipExtraData.cs
SharpZipLib/src/Zip/ZipFile.cs
SharpZipLib/src/Zip/ZipHelperStream.cs
SharpZipLib/src/Zip/ZipInputStream.cs
SharpZipLib/src/Zip/ZipNameTransform.cs
SharpZipLib/src/Zip/ZipOutputStream.cs
SharpZipLib/tests/
SharpZipLib/tests/.svn/
SharpZipLib/tests/AssemblyInfo.cs
SharpZipLib/tests/Base/
SharpZipLib/tests/Base/.svn/
SharpZipLib/tests/Base/InflaterDeflaterTests.cs
SharpZipLib/tests/bin/
SharpZipLib/tests/bin/.svn/
SharpZipLib/tests/bin/Debug/
SharpZipLib/tests/bin/Debug/.svn/
SharpZipLib/tests/BZip2/
SharpZipLib/tests/BZip2/.svn/
SharpZipLib/tests/BZip2/Bzip2Tests.cs
SharpZipLib/tests/GZip/
SharpZipLib/tests/GZip/.svn/
SharpZipLib/tests/GZip/GZipTests.cs
SharpZipLib/tests/SharpZipLibTests.cmbx
SharpZipLib/tests/SharpZipLibTests.csproj
SharpZipLib/tests/SharpZipLibTests.prjx
SharpZipLib/tests/SharpZipLibTests.sln
SharpZipLib/tests/Tar/
SharpZipLib/tests/Tar/.svn/
SharpZipLib/tests/Tar/TarTests.cs
SharpZipLib/tests/tests.build
SharpZipLib/tests/Zip/
SharpZipLib/tests/Zip/.svn/
SharpZipLib/tests/Zip/ZipTests.cs
SharpZipLib/uninstallGAC.bat

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org