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