terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
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 |
Definition at line 7 of file BinHexDecoder.cs.