Class MockSingleInt32IndexOutput
Writes ints directly to the file (not in blocks) as vInt.
Note
This API is experimental and might change in incompatible ways in the next release.
Inheritance
System.Object
Lucene.Net.Codecs.Sep.Int32IndexOutput
MockSingleInt32IndexOutput
Implements
System.IDisposable
Inherited Members
Lucene.Net.Codecs.Sep.Int32IndexOutput.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)
Namespace: Lucene.Net.Codecs.MockSep
Assembly: Lucene.Net.TestFramework.dll
Syntax
public class MockSingleInt32IndexOutput : Int32IndexOutput, IDisposable
Constructors
| Improve this Doc View SourceMockSingleInt32IndexOutput(Directory, String, IOContext)
Declaration
public MockSingleInt32IndexOutput(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.Int32IndexOutput.Dispose(System.Boolean)
|
Improve this Doc
View Source
GetIndex()
Declaration
public override Int32IndexOutput.Index GetIndex()
Returns
Type | Description |
---|---|
Lucene.Net.Codecs.Sep.Int32IndexOutput.Index |
Overrides
Lucene.Net.Codecs.Sep.Int32IndexOutput.GetIndex()
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()
|
Improve this Doc
View Source
Write(Int32)
Declaration
public override void Write(int v)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | v |
Overrides
Lucene.Net.Codecs.Sep.Int32IndexOutput.Write(System.Int32)
Implements
System.IDisposable