| WriteBufferedStream Constructor (Stream) |
Initializes a new instance of the
WriteBufferedStream class with the default buffer size of 64KB.
Namespace:
Ookii.Jumbo.IO
Assembly:
Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax public WriteBufferedStream(
Stream stream
)
Public Sub New (
stream As Stream
)
public:
WriteBufferedStream(
Stream^ stream
)
new :
stream : Stream -> WriteBufferedStream
Parameters
- stream
- Type: System.IOStream
The Stream to write to.
See Also