WriteBufferedStream Constructor |
Name | Description | |
---|---|---|
WriteBufferedStream(Stream) |
Initializes a new instance of the WriteBufferedStream class with the default buffer size of 64KB.
| |
WriteBufferedStream(Stream, Int32) |
Initializes a new instance of the WriteBufferedStream class with the specified
buffer size.
|