|
Terraria v1.4.4.9
Terraria source code documentation
|
This is the complete list of members for System.Xml.BinHexDecoder, including all inherited members.
| _buffer | System.Xml.BinHexDecoder | private |
| _cachedHalfByte | System.Xml.BinHexDecoder | private |
| _curIndex | System.Xml.BinHexDecoder | private |
| _endIndex | System.Xml.BinHexDecoder | private |
| _hasHalfByteCached | System.Xml.BinHexDecoder | private |
| _startIndex | System.Xml.BinHexDecoder | private |
| Decode(char[] chars, int startPos, int len) | System.Xml.BinHexDecoder | inlinepackage |
| Decode(string str, int startPos, int len) | System.Xml.BinHexDecoder | inlinepackage |
| Decode(char[] chars, bool allowOddChars) | System.Xml.BinHexDecoder | inlinestatic |
| Decode(ReadOnlySpan< char > chars, Span< byte > bytes, ref bool hasHalfByteCached, ref byte cachedHalfByte, out int charsDecoded, out int bytesDecoded) | System.Xml.BinHexDecoder | inlineprivatestatic |
| DecodedCount | System.Xml.BinHexDecoder | package |
| IsFull | System.Xml.BinHexDecoder | package |
| Reset() | System.Xml.BinHexDecoder | inlinepackage |
| SetNextOutputBuffer(Array buffer, int index, int count) | System.Xml.BinHexDecoder | inlinepackage |