Initializes a new instance of the CustomStreamReader class

Namespace:  Hyleos.Common.IO
Assembly:  Hyleos.Common (in Hyleos.Common.dll) Version: 1.0.3.2 (1.0.3.2)

Syntax

C#
public CustomStreamReader(
	Stream stream
)
Visual Basic (Declaration)
Public Sub New ( _
	stream As Stream _
)
Visual C++
public:
CustomStreamReader(
	Stream^ stream
)

Parameters

stream
Type: System.IO..::.Stream

[Missing <param name="stream"/> documentation for "M:Hyleos.Common.IO.CustomStreamReader.#ctor(System.IO.Stream)"]

See Also