Show / Hide Table of Contents

    Class FileStreamExtensions

    Inheritance
    System.Object
    FileStreamExtensions
    Namespace: Lucene.Net.Support.IO
    Assembly: Lucene.Net.dll
    Syntax
    public static class FileStreamExtensions : object

    Methods

    | Improve this Doc View Source

    Read(FileStream, ByteBuffer, Int64)

    Declaration
    public static int Read(this FileStream file, ByteBuffer dst, long position)
    Parameters
    Type Name Description
    FileStream file
    ByteBuffer dst
    System.Int64 position
    Returns
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)