VersionedBinaryReader Constructor (Stream^, Encoding^, Boolean)
Visual Studio 2015
Initializes a new instance of VersionedBinaryReader.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
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.
Show: