用C#编写这种压缩程序,需要用到那些知识阿?

解决方案 »

  1.   

    ComponentOne中有压缩组件.可以直接使用, 如果要自己写可以反编译看看他的代码
      

  2.   

    看看开源的代码:
    http://www.icsharpcode.net/OpenSource/SharpZipLib/Default.aspx
      

  3.   

    http://singlepine.cnblogs.com/articles/312475.html
      

  4.   

    http://community.csdn.net/Expert/topic/4495/4495551.xml?temp=.4310419
    3+1种方案
      

  5.   

    j# 自带的也有,可以用C#调用,
    The java.util.zip namespace is implemented in the vjslib.dll assembly.http://msdn.microsoft.com/msdnmag/issues/03/06/ZipCompression/#S8