| MemoryPoolGetStream Method (Byte, Int32, Int32) |
[This is preliminary documentation and is subject to change.]
Namespace:
Ruyi.Common
Assembly:
SDK.BaseAsync (in SDK.BaseAsync.dll) Version: 0.9.3.3995
Syntax public static MemoryStream GetStream(
byte[] buffer,
int offset = 0,
int length = -1
)
Parameters
- buffer
- Type: SystemByte
The buffer. - offset (Optional)
- Type: SystemInt32
The buffer offset. Defaults to start of buffer. - length (Optional)
- Type: SystemInt32
The buffer length. Default (or when 0 or less) goes to end of buffer.
Return Value
Type:
MemoryStream[Missing <returns> documentation for "M:Ruyi.Common.MemoryPool.GetStream(System.Byte[],System.Int32,System.Int32)"]
See Also