NonClosingStreamWrap Constructor NFX Class Library

[This is preliminary documentation and is subject to change.]

Allocates a wrapper around some other stream so it can be used with TextWriter that always closes the underlying stream in cases when the underlying stream needs to remain open after TextWriter is done

Namespace: NFX.IO
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public NonClosingStreamWrap(
	Stream target
)
See Also