M
Mark Rae
Hi,
In v1.1, I used the Chilkat component for compression support, but am now
looking at using the new System.IO.Compression namespace in .NET2
I found this article on the web:
http://www.developer.com/net/net/article.php/3510026 which explains how to
compress and decompress files, and the code certainly works, but the author
mentions that the decompression method is not very efficient because it has
to read the compressed file twice in order to know how large it is.
Can anyone tell me if there is a better / more efficient way to do that?
Any assistance gratefully received.
Mark
In v1.1, I used the Chilkat component for compression support, but am now
looking at using the new System.IO.Compression namespace in .NET2
I found this article on the web:
http://www.developer.com/net/net/article.php/3510026 which explains how to
compress and decompress files, and the code certainly works, but the author
mentions that the decompression method is not very efficient because it has
to read the compressed file twice in order to know how large it is.
Can anyone tell me if there is a better / more efficient way to do that?
Any assistance gratefully received.
Mark