Class MockSingleInt32IndexInput.MockReader
Just reads a vInt directly from the file.
Namespace: Lucene.Net.Codecs.MockSep
Assembly: Lucene.Net.TestFramework.dll
Syntax
public class MockReader : Int32IndexInput.Reader
Constructors
| Improve this Doc View SourceMockReader(IndexInput)
Declaration
public MockReader(IndexInput in)
Parameters
Type | Name | Description |
---|---|---|
Index |
in |
Methods
| Improve this Doc View SourceNext()
Reads next single int.
Declaration
public override int Next()
Returns
Type | Description |
---|---|
System. |