Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
UrlDecoder (int bufferSize, Encoding encoding) | |
void | AddChar (char ch) |
void | AddByte (byte b) |
string | GetString () |
Private Member Functions | |
void | FlushBytes () |
Private Attributes | |
readonly int | _bufferSize |
int | _numChars |
char[] | _charBuffer |
int | _numBytes |
byte[] | _byteBuffer |
readonly Encoding | _encoding |
Definition at line 13 of file WebUtility.cs.