CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Compression

  1. #1
    Join Date
    Feb 2000
    Posts
    149

    Compression

    Hello,

    Say I have a file that is 20 gigs or whatever god-awful size, and I need to compress it into some number of 630 mb chunks(or whatever size I choose). Is there a DLL or something I can use to write the data to a compression routine until the size of the compressed file equals 630mbs, and keep doing it until the entire data file has been compressed into chunks?

    Any ideas?

    Thanks,
    Sean


  2. #2
    Join Date
    Jul 2000
    Location
    Milano, Italy
    Posts
    7,726

    Re: Compression

    Superior File-Splitter v0.5 | 22/5/2001 |
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    By Rudy Alex Kohn [[email protected]]

    Split file (with optional compression), Following code is used : CoolBorder, Encryption (to ini), Check if file exists, FileString Manipulation, ProgressBar Deluxe 1.01, Huffman Compression Class (by F.Q). Very low memory usage when splitting/joining files. See the about tab for additional Credits.

    You can find sources for this at planet-source-code
    (www.planet-source-code.com)
    You may take advantage of the "Huffman Compression Class" code...


    Special thanks to Lothar "the Great" Haensler, Tom Archer, Chris Eastwood, TCartwright, Bruno Paris, Dr_Michael
    and all the other wonderful people who made and make Codeguru a great place.
    Come back soon, you Gurus.

    The Rater
    ...at present time, using mainly Net 4.0, Vs 2010



    Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
    all the other wonderful people who made and make Codeguru a great place.
    Come back soon, you Gurus.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured