Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Web.Util.HttpEncoder.UrlDecoder Class Referencesealed

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
 

Detailed Description

Definition at line 11 of file HttpEncoder.cs.


The documentation for this class was generated from the following file: