Search Results for

    Show / Hide Table of Contents

    Class NetworkReaderPool

    Inheritance
    Object
    NetworkReaderPool
    Namespace: FNNLib.Serialization
    Assembly: FNNLib.dll
    Syntax
    public static class NetworkReaderPool

    Properties

    | Improve this Doc View Source

    capacity

    Declaration
    public static int capacity { get; set; }
    Property Value
    Type Description
    Int32

    Methods

    | Improve this Doc View Source

    GetReader(ArraySegment<Byte>)

    Declaration
    public static PooledNetworkReader GetReader(ArraySegment<byte> segment)
    Parameters
    Type Name Description
    ArraySegment<Byte> segment
    Returns
    Type Description
    PooledNetworkReader
    | Improve this Doc View Source

    GetReader(Byte[])

    Declaration
    public static PooledNetworkReader GetReader(byte[] bytes)
    Parameters
    Type Name Description
    Byte[] bytes
    Returns
    Type Description
    PooledNetworkReader
    | Improve this Doc View Source

    Recycle(PooledNetworkReader)

    Declaration
    public static void Recycle(PooledNetworkReader reader)
    Parameters
    Type Name Description
    PooledNetworkReader reader
    • Improve this Doc
    • View Source
    In This Article
    Back to top (C) 2020 Reece Mackie. Released under the MIT License.