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
Inheritance
System.Object
Lucene.Net.Codecs.Sep.Int32IndexInput
MockSingleInt32IndexInput
Implements
System.IDisposable
Inherited Members
Lucene.Net.Codecs.Sep.Int32IndexInput.Dispose()
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 |
---|---|---|
Lucene.Net.Store.Directory | dir | |
System.String | fileName | |
Lucene.Net.Store.IOContext | context |
Methods
| Improve this Doc View SourceDispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
Overrides
Lucene.Net.Codecs.Sep.Int32IndexInput.Dispose(System.Boolean)
|
Improve this Doc
View Source
GetIndex()
Declaration
public override Int32IndexInput.Index GetIndex()
Returns
Type | Description |
---|---|
Lucene.Net.Codecs.Sep.Int32IndexInput.Index |
Overrides
Lucene.Net.Codecs.Sep.Int32IndexInput.GetIndex()
|
Improve this Doc
View Source
GetReader()
Declaration
public override Int32IndexInput.Reader GetReader()
Returns
Type | Description |
---|---|
Lucene.Net.Codecs.Sep.Int32IndexInput.Reader |
Overrides
Lucene.Net.Codecs.Sep.Int32IndexInput.GetReader()
Implements
System.IDisposable