Class NetworkReaderPool
Inheritance
NetworkReaderPool
Assembly: FNNLib.dll
Syntax
public static class NetworkReaderPool
Properties
|
Improve this Doc
View Source
capacity
Declaration
public static int capacity { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
GetReader(ArraySegment<Byte>)
Declaration
public static PooledNetworkReader GetReader(ArraySegment<byte> segment)
Parameters
Returns
|
Improve this Doc
View Source
GetReader(Byte[])
Declaration
public static PooledNetworkReader GetReader(byte[] bytes)
Parameters
| Type |
Name |
Description |
| Byte[] |
bytes |
|
Returns
|
Improve this Doc
View Source
Recycle(PooledNetworkReader)
Declaration
public static void Recycle(PooledNetworkReader reader)
Parameters