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
|
Package Functions | |
UrlDecoder (int bufferSize, Encoding encoding) | |
void | AddChar (char ch) |
void | AddByte (byte b) |
string | GetString () |
Private Member Functions | |
void | FlushBytes () |
Private Attributes | |
int | _bufferSize |
int | _numChars |
char[] | _charBuffer |
int | _numBytes |
byte[] | _byteBuffer |
Encoding | _encoding |
Definition at line 496 of file WebUtility.cs.