Show / Hide Table of Contents

    Class FSDirectory.FSIndexOutput

    Writes output with

    Inheritance
    System.Object
    DataOutput
    IndexOutput
    BufferedIndexOutput
    FSDirectory.FSIndexOutput
    Implements
    IDisposable
    Inherited Members
    BufferedIndexOutput.DEFAULT_BUFFER_SIZE
    BufferedIndexOutput.WriteByte(Byte)
    BufferedIndexOutput.WriteBytes(Byte[], Int32, Int32)
    BufferedIndexOutput.Flush()
    BufferedIndexOutput.GetFilePointer()
    BufferedIndexOutput.BufferSize
    BufferedIndexOutput.Checksum
    IndexOutput.Dispose()
    DataOutput.WriteBytes(Byte[], Int32)
    DataOutput.WriteInt32(Int32)
    DataOutput.WriteInt16(Int16)
    DataOutput.WriteVInt32(Int32)
    DataOutput.WriteInt64(Int64)
    DataOutput.WriteVInt64(Int64)
    DataOutput.WriteString(String)
    DataOutput.CopyBytes(DataInput, Int64)
    DataOutput.WriteStringStringMap(IDictionary<String, String>)
    DataOutput.WriteStringSet(ISet<String>)
    Namespace: Lucene.Net.Store
    Assembly: Lucene.Net.dll
    Syntax
    protected class FSIndexOutput : BufferedIndexOutput, IDisposable

    Constructors

    | Improve this Doc View Source

    FSIndexOutput(FSDirectory, String)

    Declaration
    public FSIndexOutput(FSDirectory parent, string name)
    Parameters
    Type Name Description
    FSDirectory parent
    System.String name

    Properties

    | Improve this Doc View Source

    Length

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

    Methods

    | Improve this Doc View Source

    Dispose(Boolean)

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

    FlushBuffer(Byte[], Int32, Int32)

    Declaration
    protected override void FlushBuffer(byte[] b, int offset, int size)
    Parameters
    Type Name Description
    System.Byte[] b
    System.Int32 offset
    System.Int32 size
    Overrides
    BufferedIndexOutput.FlushBuffer(Byte[], Int32, Int32)
    | Improve this Doc View Source

    Seek(Int64)

    Random-access methods

    Declaration
    public override void Seek(long pos)
    Parameters
    Type Name Description
    System.Int64 pos
    Overrides
    BufferedIndexOutput.Seek(Int64)

    Implements

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