Browse by Tags
All Tags » compression » real-time (RSS)
-
When ever I speicify CompressionLevel.None in the ZipItemLocalHeader and then try to read the output stream I am getting this error.
Xceed.Compression.CompressionException: Expected end of stream not found
at Xceed.Compression.ManagedDeflateDecompressor.Decompress(Byte[] buffer, Int32 offset, Int32 count, ...
-
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 ...
|
|
|
|