Show / Hide Table of Contents

    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
    Inheritance
    System.Object
    Int32IndexOutput
    MockSingleInt32IndexOutput
    Inherited Members
    Int32IndexOutput.Dispose()
    Namespace: Lucene.Net.Codecs.MockSep
    Assembly: Lucene.Net.TestFramework.dll
    Syntax
    public class MockSingleInt32IndexOutput : Int32IndexOutput

    Constructors

    | Improve this Doc View Source

    MockSingleInt32IndexOutput(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 Source

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    Overrides
    Int32IndexOutput.Dispose(Boolean)
    | Improve this Doc View Source

    GetIndex()

    Declaration
    public override Int32IndexOutput.Index GetIndex()
    Returns
    Type Description
    Int32IndexOutput.Index
    Overrides
    Int32IndexOutput.GetIndex()
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Write(Int32)

    Declaration
    public override void Write(int v)
    Parameters
    Type Name Description
    System.Int32 v
    Overrides
    Int32IndexOutput.Write(Int32)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)