VersionedBinaryReader Constructor (Stream^, Encoding^, Boolean)

Visual Studio 2015
 

Initializes a new instance of VersionedBinaryReader.

Namespace:   Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public:
VersionedBinaryReader(
	Stream^ stream,
	Encoding^ encoding,
	bool leaveOpen
)

Parameters

stream
Type: System.IO::Stream^

The stream.

encoding
Type: System.Text::Encoding^

The encoding.

leaveOpen
Type: System::Boolean

True to leave the stream open, otherwise false.

Return to top
Show: