sharpziplib
C# SharpZipLib write a file directly into zip
my process needs to create a zip 开发者_如何学编程file with a large number of files(that are also created by the process). Instead of having to create temporary files, zipping them and then deleting,[详细]
2023-03-22 08:15 分类:问答How to fix System.UnauthorizedAccessException when decompressing bz2 file?
Im trying to decompress a bz2 file via code using the ICSharpCode.SharpZipLib. It seems no matter where I make my file, even though I have FULL ACCESS control over it, I keep getting this Exception.[详细]
2023-03-21 02:44 分类:问答SharpZipLib Deflater creates bad data
Original compressed data can be correctly inflated back. However, if I inflate data, deflate, and again inflate, resulting data are incorrect (e.g. simple data extraction, its modification and again c[详细]
2023-03-18 18:08 分类:问答SharpZipLib - adding folders/directories to a zip archive
From examples, I\'ve got a pretty good grasp over how to extract a zip file. In nearly every example, the method of identifying when a ZipEntry is a directory is as follows[详细]
2023-03-13 09:10 分类:问答How can I extract a multi-volume zip file using SharpZipLib in C#?
I have a single file, Setup1.cab, which is split up into Setup1.zip.001 and Setup1.zip.002 that I used 7zip to archive. Once those volumes reach their destination, I\'d like to be able to use C# to ex[详细]
2023-03-10 23:59 分类:问答sharpziplib compressed files to be uncompressed externally
I have a scenario where by I want to zip an email attachment using SharpZipLib. Then the end user will open the attachment and will unzip the attached file.[详细]
2023-03-10 14:43 分类:问答Is it safe to call ICsharpCode.SharpZipLib in parallel on multiple threads
We are currently using for compression the GZipOutputStream class of ICsharpCode.SharpZipLib library. We do it from a single thread.[详细]
2023-03-02 22:11 分类:问答How do I extract zip file in Windows Phone 7?
I have a zip file in my Windows Phone 7 project. I have set the Build Action to Content and Copy to output directory to Always. The zip file contains the开发者_运维问答 folder structure. I want this t[详细]
2023-03-01 04:18 分类:问答How with sharpziplib get a zip file in memorystream or byte array format and unpack it
I have 开发者_如何学Goan app that downloads from ftp and gets the format in memorystream or byte array-it gets the zip file ALREADY ZIPPED ,how can i use sharpziplib with this input to unpack that con[详细]
2023-02-28 02:02 分类:问答Unzip from a SQL Server text column to an image column
I have images of various formats (.png, .jpg, .bmp, etc.) stored as compressed text in a text column in a SQL Server 2005 table.I need to read the row, unzip the image and store it in an image column[详细]
2023-02-24 22:23 分类:问答