Click or drag to resize

WriteBufferedStream Constructor

Overload List
 NameDescription
Public methodWriteBufferedStream(Stream) Initializes a new instance of the WriteBufferedStream class with the default buffer size of 64KB.
Public methodWriteBufferedStream(Stream, Int32) Initializes a new instance of the WriteBufferedStream class with the specified buffer size.
Top
See Also