Constructor NonClosingStreamAdapter
NonClosingStreamAdapter(Stream)
Initializes a new instance of the NonClosingStreamAdapter class wrapping the provided stream instance.
Declaration
public NonClosingStreamAdapter(Stream stream)
Parameters
| Type | Name | Description |
|---|---|---|
| System.IO.Stream | stream | The stream to wrap with this adapter instance. |