JGR MSTS Editors and Tools
UnclosableStream Constructor (baseStream)
NamespacesJgr.IOUnclosableStreamUnclosableStream(Stream)

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

Initializes a new instance of the UnclosableStream class with a given underlying Stream.
Declaration Syntax
C#Visual BasicVisual C++
public UnclosableStream(
	Stream baseStream
)
Public Sub New ( _
	baseStream As Stream _
)
public:
UnclosableStream(
	Stream^ baseStream
)
Parameters
baseStream (Stream)
The underlying Stream to wrap.

Assembly: JGR.IO (Module: JGR.IO) Version: 0.5.4008.31681