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 SourceBsonBinaryWriter(BinaryWriter)
Declaration
public BsonBinaryWriter(BinaryWriter writer)
Parameters
Type | Name | Description |
---|---|---|
System.IO.BinaryWriter | writer |
Properties
| Improve this Doc View SourceDateTimeKindHandling
Declaration
public DateTimeKind DateTimeKindHandling { get; set; }
Property Value
Type | Description |
---|---|
System.DateTimeKind |
Methods
| Improve this Doc View SourceClose()
Declaration
public void Close()
Flush()
Declaration
public void Flush()
WriteToken(BsonToken)
Declaration
public void WriteToken(BsonToken t)
Parameters
Type | Name | Description |
---|---|---|
BsonToken | t |
WriteUtf8Bytes(String, Int32)
Declaration
public void WriteUtf8Bytes(string s, int byteCount)
Parameters
Type | Name | Description |
---|---|---|
System.String | s | |
System.Int32 | byteCount |