C# Class UnityEngine.WWWTranscoder

ファイルを表示 Open project: randomize/VimConfig Class Usage Examples

Public Methods

Method Description
Decode ( byte input, byte escapeChar, byte space ) : byte[]
Encode ( byte input, byte escapeChar, byte space, byte forbidden, bool uppercase ) : byte[]
QPDecode ( byte toEncode ) : byte[]
QPDecode ( string toEncode, [ e ) : string
QPEncode ( byte toEncode ) : byte[]
QPEncode ( string toEncode, [ e ) : string
SevenBitClean ( byte input ) : bool
SevenBitClean ( string s, [ e ) : bool
URLDecode ( byte toEncode ) : byte[]
URLDecode ( string toEncode, [ e ) : string
URLEncode ( byte toEncode ) : byte[]
URLEncode ( string toEncode, [ e ) : string

Private Methods

Method Description
Byte2Hex ( byte b, byte hexChars ) : byte[]
ByteArrayContains ( byte array, byte b ) : bool
Hex2Byte ( byte b, int offset ) : byte
QPDecode ( string toEncode ) : string
QPEncode ( string toEncode ) : string
SevenBitClean ( string s ) : bool
URLDecode ( string toEncode ) : string
URLEncode ( string toEncode ) : string

Method Details

Decode() public static method

public static Decode ( byte input, byte escapeChar, byte space ) : byte[]
input byte
escapeChar byte
space byte
return byte[]

Encode() public static method

public static Encode ( byte input, byte escapeChar, byte space, byte forbidden, bool uppercase ) : byte[]
input byte
escapeChar byte
space byte
forbidden byte
uppercase bool
return byte[]

QPDecode() public static method

public static QPDecode ( byte toEncode ) : byte[]
toEncode byte
return byte[]

QPDecode() public static method

public static QPDecode ( string toEncode, [ e ) : string
toEncode string
e [
return string

QPEncode() public static method

public static QPEncode ( byte toEncode ) : byte[]
toEncode byte
return byte[]

QPEncode() public static method

public static QPEncode ( string toEncode, [ e ) : string
toEncode string
e [
return string

SevenBitClean() public static method

public static SevenBitClean ( byte input ) : bool
input byte
return bool

SevenBitClean() public static method

public static SevenBitClean ( string s, [ e ) : bool
s string
e [
return bool

URLDecode() public static method

public static URLDecode ( byte toEncode ) : byte[]
toEncode byte
return byte[]

URLDecode() public static method

public static URLDecode ( string toEncode, [ e ) : string
toEncode string
e [
return string

URLEncode() public static method

public static URLEncode ( byte toEncode ) : byte[]
toEncode byte
return byte[]

URLEncode() public static method

public static URLEncode ( string toEncode, [ e ) : string
toEncode string
e [
return string