|
Browse by Tags
All Tags » #ZipLib feature request ( RSS)
-
What kind of effort would be required to implement nanosecond resolution for file modification times for the Tar format? This was implemented in GNU Tar 1.16, and I would find support for this in SharpZipLib to be very useful. Also, is there some public way to get an account in the bugtracker? I would...
Posted to
Forum
by
faceprint
on
02-07-2007
Filed under: #ZipLib feature request
-
I download latest SharpZipLib 0.85.0.0 I create simply code for ZIP and UNZIP ------------------------------------ Dim z As New ICSharpCode.SharpZipLib.Zip.FastZip z.CreateZip( "e:\archive.zip" , "e:\" , False , "source.txt" ) z.ExtractZip( "e:\archive.zip" , "e:\" , "" ) ---------------------------...
Posted to
Forum
by
Piskac
on
12-07-2006
Filed under: #ZipLib feature request
-
Hello all. While trying to find a solution to my issue of unzipping a UNIX .Z compressed file, I saw a few others with the same issue. I've since learned that the SharpZipLib does not currently support files of this type, so I thought I might be the first to make the enhancement request. I'd...
Posted to
Forum
by
mdengler
on
08-28-2006
Filed under: #ZipLib feature request
-
I remember seeing somewhere in the forum that UNIX Z compression is not supported in SharpZipLib. Are there any plans to change this? I've been using SharpZipLib for a couple years now and have only used it to zip some xls files before emailing them. It has worked just great for that purpose. I now...
Posted to
Forum
by
mdengler
on
08-28-2006
Filed under: #ZipLib feature request
-
public void Add ( IStaticDataSource dataSource , string entryName , CompressionMethod compressionMethod , string comment ) { if ( dataSource == null ) { throw new ArgumentNullException ( "dataSource" ); } CheckUpdating (); ZipEntry entry = EntryFactory . MakeFileEntry ( entryName , false );...
Posted to
Forum
by
torial
on
12-27-2007
Filed under: #ZipLib feature request, ZipFile
-
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 JohnReilly, I have to create a C# windows application that will take 4 different kind of files (a.exe, b.dll, c.doc etc....) and the application should generate a .exe say "MySetup.exe" file (self extracting exe). On clicking the "MySetup.exe" the files should get extracted to...
Posted to
Forum
by
luckyshahoo
on
02-04-2008
Filed under: File extraction, #ZipLib feature request, #ZipLib, sharpZipLib, ICSharpZip
-
I was exploring the use of this library for streaming compression for use over a socket connection (i.e. over NetworkStream). When testing with the DeflaterOutputStream and InflaterInputStream I found that the call to Flush would not always flush the underlying data (I believe this to be a bug). The...
Posted to
Forum
by
jokie
on
05-30-2008
Filed under: #ZipLib feature request, Flush, Streaming
-
Hi all, I was developping an archiving tool and I need to create zip archives. After creating zip files, I calculate checksums for each. I was really amazed when I see that when I zip one file two times, it will result different checksums. Is there a way to prevent this ? PS: Excuse my english, I'm...
Posted to
Forum
by
Radec
on
07-23-2008
Filed under: Using #ZipLib, #ZipLib feature request, #ZipLib, sharpZipLib, files
-
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
|
|
|