VersionedBinaryWriter 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 BinaryWriter that writes a versioned byte stream.
public ref class VersionedBinaryWriter : System::IO::BinaryWriter
public class VersionedBinaryWriter : System.IO.BinaryWriter
type VersionedBinaryWriter = class
inherit BinaryWriter
Public Class VersionedBinaryWriter
Inherits BinaryWriter
- Inheritance
-
VersionedBinaryWriter
Constructors
VersionedBinaryWriter(Stream, Encoding, Boolean) |
Initializes a new instance of VersionedBinaryWriter. |
VersionedBinaryWriter(Stream) |
Initializes a new instance of VersionedBinaryWriter. |
Fields
HeaderLength |
The length in bytes of the version header written to the VersionedBinaryWriter's stream |
Methods
WriteVersioned(Int32, VersionedBinaryWriter+WriteCallback) |
Writes versioning header to a stream, the calls a delegate to write the meat of the data. |