terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
Newtonsoft.Json.Bson.BsonBinaryWriter Class Reference

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 12 of file BsonBinaryWriter.cs.


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