Search Results for

    Show / Hide Table of Contents

    Class MemoryStreamExtensions

    Inheritance
    object
    MemoryStreamExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Tenray.ZoneTree.AbstractFileStream
    Assembly: ZoneTree.dll
    Syntax
    public static class MemoryStreamExtensions

    Methods

    | Improve this Doc View Source

    ToReadOnlyStream(Memory<byte>, MemoryHandle)

    Declaration
    public static Stream ToReadOnlyStream(this Memory<byte> memory, MemoryHandle pin)
    Parameters
    Type Name Description
    Memory<byte> memory
    MemoryHandle pin
    Returns
    Type Description
    Stream
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 Tenray.io