|
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
|
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< DateTimeKindHandling > | k__BackingField |
Static Private Attributes | |
| static readonly Encoding | Encoding |
Definition at line 16 of file BsonBinaryWriter.cs.