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
    Implements
    System.IDisposable
    Inherited Members
    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 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
    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
    Int32IndexOutput.Write(Int32)

    Implements

    System.IDisposable
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)