VersionedBinaryReader Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specialization of BinaryReader that reads a versioned byte stream.
public ref class VersionedBinaryReader : System::IO::BinaryReader
public class VersionedBinaryReader : System.IO.BinaryReader
type VersionedBinaryReader = class
inherit BinaryReader
Public Class VersionedBinaryReader
Inherits BinaryReader
- Inheritance
-
VersionedBinaryReader
Constructors
VersionedBinaryReader(Stream, Encoding, Boolean) |
Initializes a new instance of VersionedBinaryReader. |
VersionedBinaryReader(Stream) |
Initializes a new instance of VersionedBinaryReader. |
Methods
ReadVersioned(Int32, VersionedBinaryReader+MultiVersionReadCallback) |
Reads from the base stream, with version checking. |
ReadVersioned(Int32, VersionedBinaryReader+ReadCallback, Boolean) |
Reads from the base stream, with version checking. |