terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.Xml.BinHexDecoder Class Reference
+ Inheritance diagram for System.Xml.BinHexDecoder:
+ Collaboration diagram for System.Xml.BinHexDecoder:

Static Public Member Functions

static unsafe byte[] Decode (char[] chars, bool allowOddChars)
 

Package Functions

unsafe override int Decode (char[] chars, int startPos, int len)
 

Properties

override bool IsFull [get, set]
 

Static Private Member Functions

static unsafe void Decode (char *pChars, char *pCharsEndPos, byte *pBytes, byte *pBytesEndPos, ref bool hasHalfByteCached, ref byte cachedHalfByte, out int charsDecoded, out int bytesDecoded)
 

Private Attributes

byte[] buffer
 
int curIndex
 
int endIndex
 
bool hasHalfByteCached
 
byte cachedHalfByte
 

Detailed Description

Definition at line 8 of file BinHexDecoder.cs.


The documentation for this class was generated from the following file: