ArrayStreamBufferWriter(Stream, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ArrayStreamBufferWriter struct.
public ArrayStreamBufferWriter (System.IO.Stream stream, int sizeHint = 0);
new Orleans.Serialization.Buffers.Adaptors.ArrayStreamBufferWriter : System.IO.Stream * int -> Orleans.Serialization.Buffers.Adaptors.ArrayStreamBufferWriter
Public Sub New (stream As Stream, Optional sizeHint As Integer = 0)
Parameters
- stream
- Stream
The stream.
- sizeHint
- Int32
The size hint.