RE: java.util.zip (was Questions about DeleteFile method)

2005-05-04 Thread George Aroush
[mailto:[EMAIL PROTECTED] Sent: Wednesday, May 04, 2005 1:22 AM To: java-dev@lucene.apache.org Subject: Re: java.util.zip (was Questions about DeleteFile method) Hi, Monsur Hossain [EMAIL PROTECTED] wrote: Hmm, but upon first look I don't see a direct analog to the Inflater/Deflater methods

Re: java.util.zip (was Questions about DeleteFile method)

2005-05-04 Thread Doug Cutting
Monsur Hossain wrote: George, what about SharpZipLib: http://www.icsharpcode.net/OpenSource/SharpZipLib/Default.aspx It's a third-party project, but its written in C# and is under GPL. GPL unfortunately means that the library cannot be distributed by Apache with Lucene.Net. Doug

Re: java.util.zip (was Questions about DeleteFile method)

2005-05-03 Thread Pasha Bizhan
Hi, Monsur Hossain [EMAIL PROTECTED] wrote: Hmm, but upon first look I don't see a direct analog to the Inflater/Deflater methods. using ICSharpCode.SharpZipLib.Zip; using ICSharpCode.SharpZipLib.Zip.Compression; // Create the compressor with highest level of compression Deflater compressor =