terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Newtonsoft.Json.Bson.BsonBinaryWriter Class Reference
+ Collaboration diagram for Newtonsoft.Json.Bson.BsonBinaryWriter:

Public Member Functions

 BsonBinaryWriter (BinaryWriter writer)
 
void Flush ()
 
void Close ()
 
void WriteToken (BsonToken t)
 
void WriteUtf8Bytes (string s, int byteCount)
 

Properties

DateTimeKind DateTimeKindHandling [get, set]
 

Private Member Functions

void WriteTokenInternal (BsonToken t)
 
void WriteString (string s, int byteCount, int? calculatedlengthPrefix)
 
int CalculateSize (int stringByteCount)
 
int CalculateSizeWithLength (int stringByteCount, bool includeSize)
 
int CalculateSize (BsonToken t)
 

Static Private Member Functions

static BsonBinaryWriter ()
 

Private Attributes

readonly BinaryWriter _writer
 
byte[] _largeByteBuffer
 
DateTimeKind< DateTimeKindHandlingk__BackingField
 

Static Private Attributes

static readonly Encoding Encoding
 

Detailed Description

Definition at line 16 of file BsonBinaryWriter.cs.


The documentation for this class was generated from the following file: