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 | Properties | List of all members
Lucene.Net.Support.Inflater Class Reference

Public Member Functions

void SetInput (byte[] buffer)
 
int Inflate (byte[] buffer)
 

Properties

bool IsFinished [get]
 

Detailed Description

Definition at line 26 of file Inflater.cs.

Member Function Documentation

int Lucene.Net.Support.Inflater.Inflate ( byte[]  buffer)

Definition at line 66 of file Inflater.cs.

void Lucene.Net.Support.Inflater.SetInput ( byte[]  buffer)

Definition at line 56 of file Inflater.cs.

Property Documentation

bool Lucene.Net.Support.Inflater.IsFinished
get

Definition at line 62 of file Inflater.cs.


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