|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| void | Clear () |
| void | WriteText (string s) |
| void | WriteText (XmlDictionaryString s) |
| void | WriteBase64Text (byte[] trailBytes, int trailByteCount, byte[] buffer, int offset, int count) |
| void | WriteTo (XmlBinaryNodeWriter writer) |
Private Attributes | |
| string | _captureText |
| XmlDictionaryString | _captureXText |
| MemoryStream | _captureStream |
Definition at line 9 of file XmlBinaryNodeWriter.cs.