Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ WriteBase64()

override void System.Xml.XmlEventCache.WriteBase64 ( byte[] buffer,
int index,
int count )
inline

Definition at line 384 of file XmlEventCache.cs.

385 {
386 AddEvent(XmlEventType.Base64, ToBytes(buffer, index, count));
387 }
void AddEvent(XmlEventType eventType)
static byte[] ToBytes(byte[] buffer, int index, int count)

References System.Xml.XmlEventCache.AddEvent(), System.buffer, System.count, System.index, and System.Xml.XmlEventCache.ToBytes().