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

◆ ReadElementContentAsBase64Async()

override async Task< int > System.Xml.XmlValidatingReaderImpl.ReadElementContentAsBase64Async ( byte[] buffer,
int index,
int count )
inlinevirtual

Reimplemented from System.Xml.XmlReader.

Definition at line 865 of file XmlValidatingReaderImpl.cs.

866 {
867 if (ReadState != ReadState.Interactive)
868 {
869 return 0;
870 }
871 if (_parsingFunction != ParsingFunction.InReadBinaryContent)
872 {
874 }
875 _parsingFunction = ParsingFunction.Read;
877 _parsingFunction = ParsingFunction.InReadBinaryContent;
878 return result;
879 }
async Task< int > ReadElementContentAsBase64Async(byte[] buffer, int index, int count)
static ReadContentAsBinaryHelper CreateOrReset(ReadContentAsBinaryHelper helper, XmlReader reader)
ReadContentAsBinaryHelper _readBinaryHelper

References System.Xml.XmlValidatingReaderImpl._outerReader, System.Xml.XmlValidatingReaderImpl._parsingFunction, System.Xml.XmlValidatingReaderImpl._readBinaryHelper, System.buffer, System.count, System.Xml.ReadContentAsBinaryHelper.CreateOrReset(), System.index, and System.Xml.ReadContentAsBinaryHelper.ReadElementContentAsBase64Async().