|
Browse by Tags
All Tags » ZipInputStream ( RSS)
-
I am using the following code to create a zip file and I have installed the ICSharpCode.SharpZipLib.dll When trying to extract the files using windows extracter, I get a blocking error that says to bring up the properties of the zip folder and click on unblock. When this is done, the folder still won...
Posted to
Forum
by
ballboy
on
09-22-2007
Filed under: File extraction, ZipInputStream, zip ICSharpCode.SharpZipLib SharpZipLib, ICSharpZip
-
Dear John Reilly, I just downloaded 0851_ICSharpCode.SharpZipLib_20.zip but the SharpZipLib.chm (i.e. compiled html help file) does not seem to contain any help content. No matter which class I click on the left pane, I got " The page cannot be displayed" in the right pane. Any idea on why it does not...
Posted to
Forum
by
yhao8
on
01-11-2007
Filed under: Using #ZipLib, ZipInputStream, #ZipLib, sharpZipLib, Zip
-
Hi all, I seem to have a problem with SharpZipLib where my iteration through the contents of an archive with GetNextEntry() skips over many of the contents. Is GetNextEntry the only method to use to iterate though the contents of an archive (when intending to read some of those contents when certain...
Posted to
Forum
by
Todd McDermid
on
01-01-2007
Filed under: Using #ZipLib, File extraction, ZipInputStream, #ZipLib, sharpZipLib, Zip
-
Hi great library guys, ive found it very useful! Just one question i have though... How would i load a zipped image file into memory so that i could then assign it to an Image object? At the moment i am extracing the file to a temporary file in c:\, however i am having dificulty with deleting the file...
Posted to
Forum
by
empika
on
11-06-2006
Filed under: Using #ZipLib, File extraction, ZipInputStream, #ZipLib
-
HI! Me too facing same problem i search out for latest version of SharpZip on the site "http://www.icsharpcode.net/OpenSource/SharpZipLib/" but couldn't found any latest version than 0.84.0.0 If you have uploaded one please forwrd me the link, You can email me at "abusufyanqazi@hotmail...
Posted to
Forum
by
sufyan
on
10-20-2006
Filed under: Using #ZipLib, ZipInputStream, #ZipLib
-
Hi, I tried to reverse the "CreateZipFile" sample code to decompress the file. But It does not work that way. Does anybody have a sample that works? Here is my code: Private Sub decompress() Dim FileNameTo As String = "Allsymbols.mdb" Dim FileNameFrom As String = "Allsymbols...
Posted to
Forum
by
canders
on
09-12-2006
Filed under: Using #ZipLib, File extraction, ZipInputStream
-
How about try adding these lines of codes into .\src\Zip\ZipInputStream.cs file: (line 208) int commentLen = inputBuffer.ReadLeShort(); ... (line 261) if (commentLen >0) (line 262) { (line 263) byte[] comment = new byte[commentLen]; (line 264) inputBuffer.ReadRawBuffer(comment); (line...
Posted to
Forum
by
vince
on
09-07-2006
Filed under: ZipInputStream
-
Seems I'm only getting partial files from read method returned in a byte array. I have a feeling there is a size limit on how much is brough back with a read call. Here's my code snippet - can someone tell me what's wrong with it. Much thanks! System.Text.StringBuilder strOutput = new System...
Posted to
Forum
by
Mike Dwyer
on
09-06-2006
Filed under: Using #ZipLib, ZipInputStream
-
Been playing with this most of today ... how sad - and still no sucess after going through many posts. I have 2 main functions 1 to compress a byte [ and return it, and vice-versa to decompress a byte [ and return it. I think I've setup the compression correctly - but can't test fully without...
Posted to
Forum
by
downatone
on
07-28-2008
Filed under: ZipInputStream, #ZipLib, sharpZipLib, ICSharpZip, ZipEntry, ZipInputStream Read
-
Hi, I am getting above error while trying to unzip the files using SharpZipLib dll. it works for some zipfiles and for some zipfiles its throwing the above error. i am using the latest dll version 0.85.4.369, still getting the above error. using ( ZipInputStream s = new ZipInputStream ( File .OpenRead...
Posted to
Forum
by
Devaraja
on
08-07-2008
Filed under: Using #ZipLib, File extraction, #ZipLib feature request, ZipInputStream, #ZipLib, Zip64, Zip files for download, Zip, Zip password protection, zip ICSharpCode.SharpZipLib SharpZipLib, FastZip, ICSharpZip, ZipEntry, How i can test true password zip file ?, PDF spec 1.7 /FLATEDECODE SharpZipLib, #ZipLib gzip, ZipInputStream Read
|
|
|