Show / Hide Table of Contents

    Class MockIndexInput

    backed by a byte[] for testing.

    Inheritance
    System.Object
    MockIndexInput
    Namespace: Lucene.Net.Index
    Assembly: Lucene.Net.TestFramework.dll
    Syntax
    public class MockIndexInput : BufferedIndexInput

    Constructors

    | Improve this Doc View Source

    MockIndexInput(Byte[])

    Declaration
    public MockIndexInput(byte[] bytes)
    Parameters
    Type Name Description
    System.Byte[] bytes

    Properties

    | Improve this Doc View Source

    Length

    Declaration
    public override long Length { get; }
    Property Value
    Type Description
    System.Int64

    Methods

    | Improve this Doc View Source

    Dispose(Boolean)

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

    ReadInternal(Byte[], Int32, Int32)

    Declaration
    protected override void ReadInternal(byte[] dest, int destOffset, int len)
    Parameters
    Type Name Description
    System.Byte[] dest
    System.Int32 destOffset
    System.Int32 len
    | Improve this Doc View Source

    SeekInternal(Int64)

    Declaration
    protected override void SeekInternal(long pos)
    Parameters
    Type Name Description
    System.Int64 pos
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)