Hi,

I am not too excited about using SharpZipLib -- if I use it, unlike now,
DotLucene will end up with a 3rd party dependency thus, the port can't be
used out of the box.  I know, I might not have a better alternative.

Regards,

-- George Aroush

-----Original Message-----
From: Pasha Bizhan [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.

using ICSharpCode.SharpZipLib.Zip;
using ICSharpCode.SharpZipLib.Zip.Compression;

// Create the compressor with highest level of compression
  Deflater compressor = new Deflater();
  compressor.SetLevel(Deflater.BEST_COMPRESSION);

and etc

Pasha Bizhan
http://lucenedotnet.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to