Class MockFixedInt32BlockPostingsFormat.MockInt32Factory
Encodes blocks as vInts of a fixed block size.
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.MockIntBlock
Assembly: Lucene.Net.TestFramework.dll
Syntax
public class MockInt32Factory : Int32StreamFactory
  Constructors
| Improve this Doc View SourceMockInt32Factory(Int32)
Declaration
public MockInt32Factory(int blockSize)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | blockSize | 
Methods
| Improve this Doc View SourceCreateOutput(Directory, String, IOContext)
Declaration
public override Int32IndexOutput CreateOutput(Directory dir, string fileName, IOContext context)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Directory | dir | |
| System.String | fileName | |
| IOContext | context | 
Returns
| Type | Description | 
|---|---|
| Int32IndexOutput | 
Overrides
| Improve this Doc View SourceOpenInput(Directory, String, IOContext)
Declaration
public override Int32IndexInput OpenInput(Directory dir, string fileName, IOContext context)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Directory | dir | |
| System.String | fileName | |
| IOContext | context | 
Returns
| Type | Description | 
|---|---|
| Int32IndexInput |