Welcome to the Xceed Community | Help
Community Search  
More Search Options

Pass-through zip decompression

Sort Posts: Previous Next
  •  12-04-2009, 4:04 PM Post no. 25085

    Pass-through zip decompression

    I'm working on a program that read large csv files which can be several hundreds MBs. I noticed that compressing those files with zip would reduced the disk space used by 10.

    I was thinking allowing my program to read zip files as well but only as a pass-through stream so that there is no overhead on the disk or memory usage.

    I though the CompressedStream class was the one I needed but the only CompressionMethod available for the constructor are Deflated, Deflated64 and Stored.

     I couldn't find code samples with CompressedStream and Zip, is just not possible?

     Thanks,

    Pascal

     

  •  12-14-2009, 5:33 PM Post no. 25206 in reply to 25085

    Re: Pass-through zip decompression

    Hi Pascal,

    the Deflate compression method is actually the default Zipping method, the one that has been around for more than 15 years. 

    Best regards


    Ghislain
    Technical Support and software developer
    Xceed Software Inc.
    Knowledge Base : http://xceed.com/kb/
    Update Center : http://xceed.com/updates/
    Documentation Center : http://xceed.com/doc/
    For everything else, there is Google
View as RSS news feed in XML
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.