Lucene.Net  3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
Public Member Functions | Public Attributes | Properties | List of all members
Lucene.Net.Support.Deflater Class Reference

Public Member Functions

void SetLevel (int level)
 
void SetInput (byte[] input, int offset, int count)
 
void Finish ()
 
int Deflate (byte[] output)
 

Public Attributes

const int BEST_COMPRESSION = 9
 

Properties

bool IsFinished [get]
 

Detailed Description

Definition at line 26 of file Deflater.cs.

Member Function Documentation

int Lucene.Net.Support.Deflater.Deflate ( byte[]  output)

Definition at line 92 of file Deflater.cs.

void Lucene.Net.Support.Deflater.Finish ( )

Definition at line 82 of file Deflater.cs.

void Lucene.Net.Support.Deflater.SetInput ( byte[]  input,
int  offset,
int  count 
)

Definition at line 77 of file Deflater.cs.

void Lucene.Net.Support.Deflater.SetLevel ( int  level)

Definition at line 72 of file Deflater.cs.

Member Data Documentation

const int Lucene.Net.Support.Deflater.BEST_COMPRESSION = 9

Definition at line 40 of file Deflater.cs.

Property Documentation

bool Lucene.Net.Support.Deflater.IsFinished
get

Definition at line 88 of file Deflater.cs.


The documentation for this class was generated from the following file: