BufferedStream Constructor (Stream)
.NET Framework (current version)
Initializes a new instance of the BufferedStream class with a default buffer size of 4096 bytes.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- stream
-
Type:
System.IO.Stream
The current stream.
| Exception | Condition |
|---|---|
| ArgumentNullException | stream is null. |
A shared read/write buffer is allocated the first time a BufferedStream object is initialized with this constructor. The shared buffer is not used if all reads and writes are greater than or equal to bufferSize.
.NET Framework
Available since 1.1
Available since 1.1
Show: