|
Browse by Tags
All Tags » #ZipLib gzip ( RSS)
-
Following code raise a Unexpected EOF exception : static void Main( string [ args) { System.IO. MemoryStream mStream = new System.IO. MemoryStream (); ICSharpCode.SharpZipLib.GZip. GZipOutputStream ostream = new ICSharpCode.SharpZipLib.GZip. GZipOutputStream (mStream); System.IO. StreamWriter txtWrt...
-
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
-
Hi, I am hitting my head at the wall and pulling my hair trying to figure out why since the xap format is a .zip file, I can't extract any files from it using the SharpZipLib (which by the way is great!). I get a message saying the compression method is not supported (256), I have tried to look for...
Posted to
Forum
by
SilverlightDeveloper
on
08-10-2008
Filed under: Using #ZipLib, #ZipLib, Decompress ZIP VB.NET, ZipException, sharpZipLib, sharpziplib list files getnextentry cf, uncompress, deflate, ziped file, Wrong Local header signature, #ZipLib gzip
-
John, Yes, the files are valid zip files, i can able to extract from windows manually but not thro code, while doing am getting above error. I downloaded the source and set VERSION_MADE_BY to 16660; in ZipConstants.cs class and added (Version == 16660) in version ckecking in ZIpEntry class. Its working...
Posted to
Forum
by
Devaraja
on
08-11-2008
Filed under: Using #ZipLib, File extraction, ZipInputStream, #ZipLib, ZipException, Zip64, sharpZipLib, Zip, sharpziplib list files getnextentry cf, Store file inside directory in ZIP file, zip ICSharpCode.SharpZipLib SharpZipLib, zlib dwf extraction, FastZip, ICSharpZip, ZipFile, extract, ZipEntry, zlib, ziped file, How i can test true password zip file ?, SharpZipLib stream gzip httpresponse, zip read only zipentry, #ZipLib gzip, ZipInputStream Read
-
I new at this .Im using SharpZip to descompress a .bz file.I looked at the sample.The compressing works fine but when i try to decompress something i get an error If ( False = rdCompress.Checked) Then ' Decompression of single-file archive Dim fsBZ2Archive As FileStream, fsOutput As FileStream Dim...
Posted to
Forum
by
JustMyself
on
08-21-2008
Filed under: #ZipLib, gzip, exact, error, #ZipLib gzip
-
hi, I downloaded the source for the version 0.85.4.369 and changed the code in Zipentry.cs like below.. if (versionToExtract != 0) { //return versionToExtract; // original return versionToExtract & 0xff; // changed In the above code 16660 is converted into 20 and it works, means unzips properly before...
Posted to
Forum
by
Devaraja
on
08-21-2008
Filed under: ZipInputStream, #ZipLib, ZipException, Zip64, sharpZipLib, FastZip Append, version required, zip ICSharpCode.SharpZipLib SharpZipLib, ICSharpZip, ZipFile, ZipEntry, zlib, SharpZipLib stream gzip httpresponse, Urgent, #ZipLib gzip, ZipInputStream Read
Page 1 of 1 (6 items)
|
|
|