Search Results for

    Show / Hide Table of Contents

    Interface IMemoryStreamFactory

    A factory for creating memory streams

    Namespace: OpenSearch.Net
    Assembly: OpenSearch.Net.dll
    Syntax
    public interface IMemoryStreamFactory

    Methods

    | Edit this page View Source

    Create()

    Creates a memory stream

    Declaration
    MemoryStream Create()
    Returns
    Type Description
    MemoryStream
    | Edit this page View Source

    Create(byte[])

    Creates a memory stream with the bytes written to the stream

    Declaration
    MemoryStream Create(byte[] bytes)
    Parameters
    Type Name Description
    byte[] bytes
    Returns
    Type Description
    MemoryStream
    | Edit this page View Source

    Create(byte[], int, int)

    Creates a memory stream with the bytes written to the stream

    Declaration
    MemoryStream Create(byte[] bytes, int index, int count)
    Parameters
    Type Name Description
    byte[] bytes
    int index
    int count
    Returns
    Type Description
    MemoryStream

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Methods
      • Create()
      • Create(byte[])
      • Create(byte[], int, int)
    • Extension Methods
    Back to top Generated by DocFX