|
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.
|
Inherits IndexInput.
Public Member Functions | |
| void | Init (ByteBlockPool pool, int startIndex, int endIndex) |
| bool | Eof () |
| override byte | ReadByte () |
| long | WriteTo (IndexOutput @out) |
| void | NextSlice () |
| override void | ReadBytes (byte[] b, int offset, int len) |
| override long | Length () |
| override void | Seek (long pos) |
| override Object | Clone () |
Public Attributes | |
| int | upto |
| int | bufferOffset |
| int | endIndex |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
Properties | |
| override long | FilePointer [get] |
Definition at line 31 of file ByteSliceReader.cs.
| override Object Lucene.Net.Index.ByteSliceReader.Clone | ( | ) |
Definition at line 179 of file ByteSliceReader.cs.
|
protected |
Definition at line 174 of file ByteSliceReader.cs.
| bool Lucene.Net.Index.ByteSliceReader.Eof | ( | ) |
Definition at line 70 of file ByteSliceReader.cs.
| void Lucene.Net.Index.ByteSliceReader.Init | ( | ByteBlockPool | pool, |
| int | startIndex, | ||
| int | endIndex | ||
| ) |
Definition at line 43 of file ByteSliceReader.cs.
| override long Lucene.Net.Index.ByteSliceReader.Length | ( | ) |
Definition at line 165 of file ByteSliceReader.cs.
| void Lucene.Net.Index.ByteSliceReader.NextSlice | ( | ) |
Definition at line 108 of file ByteSliceReader.cs.
| override byte Lucene.Net.Index.ByteSliceReader.ReadByte | ( | ) |
Definition at line 76 of file ByteSliceReader.cs.
| override void Lucene.Net.Index.ByteSliceReader.ReadBytes | ( | byte[] | b, |
| int | offset, | ||
| int | len | ||
| ) |
Definition at line 137 of file ByteSliceReader.cs.
| override void Lucene.Net.Index.ByteSliceReader.Seek | ( | long | pos | ) |
Definition at line 169 of file ByteSliceReader.cs.
| long Lucene.Net.Index.ByteSliceReader.WriteTo | ( | IndexOutput @ | out | ) |
Definition at line 85 of file ByteSliceReader.cs.
| int Lucene.Net.Index.ByteSliceReader.bufferOffset |
Definition at line 39 of file ByteSliceReader.cs.
| int Lucene.Net.Index.ByteSliceReader.endIndex |
Definition at line 41 of file ByteSliceReader.cs.
| int Lucene.Net.Index.ByteSliceReader.upto |
Definition at line 36 of file ByteSliceReader.cs.
|
get |
Definition at line 161 of file ByteSliceReader.cs.
1.8.3