|
Browse by Tags
All Tags » entry ( RSS)
-
Hello I'm a newbie in using sharpziplib and I'm experimenting now a little if I can use this library for further tasks in our project. I can already create and extract a zip file with the FastZip-class. For my purpose I should be able to rename some files/directories when creating the zip. And...
-
I've found a filename in an existing .zip Archiv with unicode-char (Ü HTML: Ü) in filename resulted in an inreadable char (looks like a small checkbox). the follwing line of (VB) code returned the correct filename: System.Text.Encoding.Default.GetString(System.Text.Encoding.GetEncoding(...
-
Hi everybody. I'm new to ICSharpCode.SharpZipLib and I added the .dll file into my project; wrote a function (in VB2005) to make my files compressed, and successfully made a zip file with small files. but when the size of the files grow up (my files are toooo large, one about 200MB and one about...
-
I am wondering how to do the same thing as the original poster is. I know how to do the actual zipping in memory but I do not know how (or if it is possible) to add files, in the form of byte array, to the zip in memory. From what I understand, the process is as follows: Create a ZipOutputStream. Create...
-
I am trying to use sharpziplib with my asp.net website that uses vb.net. When I create a zip file I can use WinRAR to view it and extract it but when I try to use windows folder compression tool, the archive is empty. Here is my code Dim i As Integer Dim s As ZipOutputStream = New ZipOutputStream(File...
-
Hi, i am writing a small piece of code to get around a limitation in a certain jvm-version which is unable to play sounds. I have found myself in a bit of a pickle as i cannot seem to stream files from a .jarfile. ZipFile zfile = new ZipFile("Program\\gni\\wp.jar"); ZipEntry zentry = zfile...
-
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...
-
I'm writing to say that the particular example: using System; using System.IO; using ICSharpCode.SharpZipLib.Core; using ICSharpCode.SharpZipLib.Zip; class MainClass { public static void Main( string [ args) { string [ filenames = Directory.GetFiles(args[ 0 ]); byte [ buffer = new byte [ 4096 ];...
Page 1 of 1 (8 items)
|
|
|