BufferedStream Constructor
.NET Framework (current version)
Initializes a new instance of the BufferedStream class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | BufferedStream(Stream) | Initializes a new instance of the BufferedStream class with a default buffer size of 4096 bytes. |
![]() | BufferedStream(Stream, Int32) | Initializes a new instance of the BufferedStream class with the specified buffer size. |
Show:
