Click or drag to resize

WriteBufferedStream Constructor (Stream, Int32)

Initializes a new instance of the WriteBufferedStream class with the specified buffer size.

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public WriteBufferedStream(
	Stream stream,
	int bufferSize
)

Parameters

stream
Type: System.IOStream
The Stream to write to.
bufferSize
Type: SystemInt32
The size of the buffer, in bytes.
See Also