Terraria v1.4.4.9
Terraria source code documentation
|
Static Public Attributes | |
static readonly BinaryWriter | Null = new BinaryWriter() |
Protected Member Functions | |
virtual void | Dispose (bool disposing) |
Protected Attributes | |
Stream | OutStream |
Properties | |
virtual Stream | BaseStream [get] |
Private Member Functions | |
void | WriteCharsCommonWithoutLengthPrefix (ReadOnlySpan< char > chars, bool useThisWriteOverride) |
Private Attributes | |
readonly Encoding | _encoding |
readonly bool | _leaveOpen |
readonly bool | _useFastUtf8 |
Definition at line 5 of file XmlQueryDataWriter.cs.