|
Browse by Tags
All Tags » sharpZipLib » zip ICSharpCode.SharpZipLib SharpZipLib ( RSS)
-
Hi, I have an archive with some files in it. I want to use files from the archive directly without unziping them. I want to read files as streams. I use following code: -------------------------- public static Stream GetFileStreamFromArchive(string ArchivePath, string FileName) { ZipFile zip = new ZipFile...
Posted to
Forum
by
GDragoN
on
09-13-2007
Filed under: #ZipLib, sharpZipLib, Zip, zip ICSharpCode.SharpZipLib SharpZipLib, ZipFile
-
We recently found an issue with the library when creating very large zip files. When the disk is out of space, a "System.IO.IOException: There is not enough space on the disk" exception is thrown. We have code in our finally block to call ZipOutputStream.Finish() followed by ZipOutputStream.Close() so...
Posted to
Forum
by
lataneal
on
07-16-2007
Filed under: #ZipLib, sharpZipLib, Zip, csharp zip creation bug, zip ICSharpCode.SharpZipLib SharpZipLib
-
Hy, I a need to backup a bunch of files and the total amount is over 4 GB. I think I need to use Zip64 but I do not how... I tryed to use ICSharp ZLib library and write the data in chunk but it does not work because I vahe to change the entry.crc and when I call PuNextEntry of ZipOutput the stream finish...
Posted to
Forum
by
Rikace74
on
01-15-2008
Filed under: Using #ZipLib, #ZipLib feature request, #ZipLib, Zip64, sharpZipLib, Zip, corrupt 4gb winzip, ExtraData, zip ICSharpCode.SharpZipLib SharpZipLib, folders, problems, ZipFile, extract, entry, zlib
-
hi, i am using ZipoutputStream to create a zip file. Its creating zip file correctly. & extracting & opening in my machine. but when i sent that file to other machine in network, it is not opening. it shows the size of the file & other thing. but when we open the file it is empty. Is there...
Posted to
Forum
by
pragneshmpatel
on
03-06-2008
Filed under: #ZipLib, sharpZipLib, Empty, zip ICSharpCode.SharpZipLib SharpZipLib
-
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
-
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
-
Hi I was searching for a build of the library version 0.83.1 but i wasm´t able to find it. Anyone has a build of this version to share it with me? :) Thanks all
Posted to
Forum
by
Dante
on
01-17-2008
Filed under: #ZipLib, sharpZipLib, Download, MSBuild, zip ICSharpCode.SharpZipLib SharpZipLib, ICSharpZip, svn
Page 1 of 1 (7 items)
|
|
|