|
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 |
| readonly char[] | _charBuffer |
| int | _numBytes |
| byte[] | _byteBuffer |
| readonly Encoding | _encoding |
Definition at line 11 of file HttpEncoder.cs.