VersionedBinaryWriter Class

Visual Studio 2015
 

A BinaryWriter that writes a versioned byte stream.

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

System.Object
  System.IO.BinaryWriter
    Microsoft.VisualStudio.Utilities.VersionedBinaryWriter

public class VersionedBinaryWriter : BinaryWriter

NameDescription
System_CAPS_pubmethodVersionedBinaryWriter(Stream)

Initializes a new instance of VersionedBinaryWriter.

System_CAPS_pubmethodVersionedBinaryWriter(Stream, Encoding, Boolean)

Initializes a new instance of VersionedBinaryWriter.

NameDescription
System_CAPS_pubpropertyBaseStream

(Inherited from BinaryWriter.)

NameDescription
System_CAPS_pubmethodClose()

(Inherited from BinaryWriter.)

System_CAPS_pubmethodDispose()

(Inherited from BinaryWriter.)

System_CAPS_protmethodDispose(Boolean)

(Inherited from BinaryWriter.)

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodFlush()

(Inherited from BinaryWriter.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSeek(Int32, SeekOrigin)

(Inherited from BinaryWriter.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodWrite(Boolean)

(Inherited from BinaryWriter.)

System_CAPS_pubmethodWrite(Byte)

(Inherited from BinaryWriter.)

System_CAPS_pubmethodWrite(Byte[])

(Inherited from BinaryWriter.)

System_CAPS_pubmethodWrite(Byte[], Int32, Int32)

(Inherited from BinaryWriter.)

System_CAPS_pubmethodWrite(Char)

(Inherited from BinaryWriter.)

System_CAPS_pubmethodWrite(Char[])

(Inherited from BinaryWriter.)

System_CAPS_pubmethodWrite(Char[], Int32, Int32)

(Inherited from BinaryWriter.)

System_CAPS_pubmethodWrite(Decimal)

(Inherited from BinaryWriter.)

System_CAPS_pubmethodWrite(Double)

(Inherited from BinaryWriter.)

System_CAPS_pubmethodWrite(Int16)

(Inherited from BinaryWriter.)

System_CAPS_pubmethodWrite(Int32)

(Inherited from BinaryWriter.)

System_CAPS_pubmethodWrite(Int64)

(Inherited from BinaryWriter.)

System_CAPS_pubmethodWrite(SByte)

(Inherited from BinaryWriter.)

System_CAPS_pubmethodWrite(Single)

(Inherited from BinaryWriter.)

System_CAPS_pubmethodWrite(String)

(Inherited from BinaryWriter.)

System_CAPS_pubmethodWrite(UInt16)

(Inherited from BinaryWriter.)

System_CAPS_pubmethodWrite(UInt32)

(Inherited from BinaryWriter.)

System_CAPS_pubmethodWrite(UInt64)

(Inherited from BinaryWriter.)

System_CAPS_protmethodWrite7BitEncodedInt(Int32)

(Inherited from BinaryWriter.)

System_CAPS_pubmethodWriteVersioned(Int32, VersionedBinaryWriter.WriteCallback)

Writes versioning header to a stream, the calls a delegate to write the rest of the data.

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticHeaderLength

The length in bytes of the version header written to the VersionedBinaryWriter's stream.

System_CAPS_protfieldOutStream

(Inherited from BinaryWriter.)

NameDescription
System_CAPS_pubmethodWrite(Guid)

Overloaded. (Defined by SerializationExtensions.)

System_CAPS_pubmethodWrite(Int16Size)

Overloaded. Writes an Int16Size to writer.(Defined by SerializationExtensions.)

System_CAPS_pubmethodWrite(Nullable<Boolean>)

Overloaded. Writes a bool? to writer.(Defined by SerializationExtensions.)

System_CAPS_pubmethodWrite(Nullable<Char>)

Overloaded. Writes a char? to writer.(Defined by SerializationExtensions.)

System_CAPS_pubmethodWrite(Nullable<Double>)

Overloaded. Writes a double? to writer.(Defined by SerializationExtensions.)

System_CAPS_pubmethodWrite(Nullable<Int16>)

Overloaded. Writes a short? to writer.(Defined by SerializationExtensions.)

System_CAPS_pubmethodWrite(Nullable<Int32>)

Overloaded. Writes a int? to writer.(Defined by SerializationExtensions.)

System_CAPS_pubmethodWrite(Nullable<Int64>)

Overloaded. Writes a long? to writer.(Defined by SerializationExtensions.)

System_CAPS_pubmethodWrite(Nullable<Single>)

Overloaded. Writes a float? to writer.(Defined by SerializationExtensions.)

System_CAPS_pubmethodWrite(Nullable<UInt16>)

Overloaded. Writes a ushort? to writer.(Defined by SerializationExtensions.)

System_CAPS_pubmethodWrite(Nullable<UInt32>)

Overloaded. Writes a uint? to writer.(Defined by SerializationExtensions.)

System_CAPS_pubmethodWrite(Nullable<UInt64>)

Overloaded. Writes a ulong? to writer.(Defined by SerializationExtensions.)

System_CAPS_pubmethodWrite(Size)

Overloaded. Writes a Size to writer.(Defined by SerializationExtensions.)

System_CAPS_pubmethodWrite(Size)

Overloaded. Writes a Size to writer.(Defined by SerializationExtensions.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: