SharpDevelop Community

Get your problems solved!
Welcome to SharpDevelop Community Sign in | Join | Help
in Search

Browse by Tags

All Tags » entry (RSS)
  • Using of INameTransform

    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...
    Posted to Forum by Andy74 on 07-14-2009
  • Bug with Unicode-Char in Filename?

    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(...
    Posted to Forum by RZiller on 02-18-2009
  • Is there any method to zip files whith larger size?

    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...
    Posted to Forum by LeoForce on 02-09-2009
  • Re: How to create zip file from the file contents in bytes from database

    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...
    Posted to Forum by clamum on 11-20-2008
  • bad zip files

    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...
    Posted to Forum by skye3000 on 06-20-2008
  • Stream.Length = 0 when using GetInputStream(ZipEntry)

    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...
    Posted to Forum by Johnny on 03-10-2008
  • How backup bunch of files that the amount is over 8Gb? look mt code...

    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
  • ZipEntry.Size

    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 ];...
    Posted to Forum by astaykov on 11-22-2007
Page 1 of 1 (8 items)
Powered by Community Server (Commercial Edition), by Telligent Systems
Don't contact us via this (fleischfalle@alphasierrapapa.com) email address.