Class MockSingleInt32IndexOutput
Writes ints directly to the file (not in blocks) as vInt.
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)
    
  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 | 
|---|---|---|
| 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 Int32IndexOutput.Index GetIndex()
  Returns
| Type | Description | 
|---|---|
| Int32IndexOutput.Index | 
Overrides
| Improve this Doc View SourceToString()
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
Implements
      System.IDisposable