|
Lucene.Net
3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
|
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] |
Definition at line 26 of file Deflater.cs.
| 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.
| const int Lucene.Net.Support.Deflater.BEST_COMPRESSION = 9 |
Definition at line 40 of file Deflater.cs.
|
get |
Definition at line 88 of file Deflater.cs.
1.8.3