Show / Hide Table of Contents

    Class BsonBinaryWriter

    Inheritance
    System.Object
    BsonBinaryWriter
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Bayat.Json.Bson
    Assembly: Bayat.Json.Runtime.dll
    Syntax
    public class BsonBinaryWriter

    Constructors

    | Improve this Doc View Source

    BsonBinaryWriter(BinaryWriter)

    Declaration
    public BsonBinaryWriter(BinaryWriter writer)
    Parameters
    Type Name Description
    System.IO.BinaryWriter writer

    Properties

    | Improve this Doc View Source

    DateTimeKindHandling

    Declaration
    public DateTimeKind DateTimeKindHandling { get; set; }
    Property Value
    Type Description
    System.DateTimeKind

    Methods

    | Improve this Doc View Source

    Close()

    Declaration
    public void Close()
    | Improve this Doc View Source

    Flush()

    Declaration
    public void Flush()
    | Improve this Doc View Source

    WriteToken(BsonToken)

    Declaration
    public void WriteToken(BsonToken t)
    Parameters
    Type Name Description
    BsonToken t
    | Improve this Doc View Source

    WriteUtf8Bytes(String, Int32)

    Declaration
    public void WriteUtf8Bytes(string s, int byteCount)
    Parameters
    Type Name Description
    System.String s
    System.Int32 byteCount
    • Improve this Doc
    • View Source
    • 0 Comments