zip libraries
-
Hi, I was wondering who is using what for zip libraries. Turns out java.util.zip is a royal piece of junk and doesn't work with Japanese fonts. Thanks, Elena
-
Hi, I was wondering who is using what for zip libraries. Turns out java.util.zip is a royal piece of junk and doesn't work with Japanese fonts. Thanks, Elena
-
I am not sure if it supports Japanese fonts, but I agree with Gary, the one from icsharpcode.com is definately a good and easy one to work with. Steve Maier, MCSD MCAD
-
Hi, I was wondering who is using what for zip libraries. Turns out java.util.zip is a royal piece of junk and doesn't work with Japanese fonts. Thanks, Elena
Like Steve, I also agree with Gary. Besides, the
java.util.zip.*
class in vjslib.dll also has a bug where, IIRC, a ZIP created with it can't be unzipped by "standard" ZIP libraries and applications. #ziplib (the link Gary gave you) is commonly used by many projects. I wanted to add, too, that the .NET Framework 2.0 will include ZIP classes (and support for derivative compression streams) in the BCL (base class library), along with many other great features. This posting is provided "AS IS" with no warranties, and confers no rights. Software Design Engineer Developer Division Sustained Engineering Microsoft [My Articles] -
Hi, I was wondering who is using what for zip libraries. Turns out java.util.zip is a royal piece of junk and doesn't work with Japanese fonts. Thanks, Elena
Hey Elena, I recently used SharpZipLib and so far it hasn't given me any problems. Here is the URL: http://www.icsharpcode.net/OpenSource/SharpZipLib/Default.aspx I hope it helps. Cheers, Suthan
-
Hi, I was wondering who is using what for zip libraries. Turns out java.util.zip is a royal piece of junk and doesn't work with Japanese fonts. Thanks, Elena
libbzip2.net wrapper by me :] look in my articles, its only 44kb dll :) top secret
Download xacc-ide 0.0.3 now!
See some screenshots