Hi AbhiHegde,
Although the <tt>DeflateStream</tt> and <tt>GZipStream</tt> classes are very convenient to use, they have a limit of four gigabytes. If you want to compress a larger file, you have to do it in chunks. Here is a nice article about Compressing a Very Large File, you can refer to :http://www.informit.com/guides/content.aspx?g=dotnet&seqNum=730
These simple large file compressor and uncompressor programs are surprisingly useful. They lack some niceties like error detection and correction, and they don't have any kind of "archive" capability like the Zip format does, but I've found them very useful for compressing our large XML log files that we have to hang on to for a while.
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.
No comments:
Post a Comment