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
|
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 |
Definition at line 8 of file BinHexDecoder.cs.