Class MockSingleInt32IndexInput
Reads IndexInputs written with MockSingleInt32IndexOutput. NOTE: this class is just for demonstration purposes(it is a very slow way to read a block of ints).
This is a Lucene.NET EXPERIMENTAL API, use at your own risk
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lucene.Net.Codecs.MockSep
Assembly: Lucene.Net.TestFramework.dll
Syntax
public class MockSingleInt32IndexInput : Int32IndexInput, IDisposable
Constructors
| Improve this Doc View SourceMockSingleInt32IndexInput(Directory, String, IOContext)
Declaration
public MockSingleInt32IndexInput(Directory dir, string fileName, IOContext context)
Parameters
Type | Name | Description |
---|---|---|
Directory | dir | |
System.String | fileName | |
IOContext | context |
Methods
| Improve this Doc View SourceDispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
Overrides
| Improve this Doc View SourceGetIndex()
Declaration
public override Int32IndexInput.Index GetIndex()
Returns
Type | Description |
---|---|
Int32IndexInput.Index |
Overrides
| Improve this Doc View SourceGetReader()
Declaration
public override Int32IndexInput.Reader GetReader()
Returns
Type | Description |
---|---|
Int32IndexInput.Reader |
Overrides
Implements
System.IDisposable