terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Xml.BinHexDecoder Class Reference
+ Inheritance diagram for System.Xml.BinHexDecoder:

Static Public Member Functions

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

Package Functions

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

Properties

override bool IsFull [get]
 

Static Private Member Functions

static unsafe void Decode (char *pChars, char *pCharsEndPos, byte *pBytes, byte *pBytesEndPos, bool hasHalfByteCached, 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 7 of file BinHexDecoder.cs.


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