C# 클래스 UnityEngine.WWWTranscoder

파일 보기 프로젝트 열기: randomize/VimConfig 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Decode() 공개 정적인 메소드

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

Encode() 공개 정적인 메소드

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

QPDecode() 공개 정적인 메소드

public static QPDecode ( byte toEncode ) : byte[]
toEncode byte
리턴 byte[]

QPDecode() 공개 정적인 메소드

public static QPDecode ( string toEncode, [ e ) : string
toEncode string
e [
리턴 string

QPEncode() 공개 정적인 메소드

public static QPEncode ( byte toEncode ) : byte[]
toEncode byte
리턴 byte[]

QPEncode() 공개 정적인 메소드

public static QPEncode ( string toEncode, [ e ) : string
toEncode string
e [
리턴 string

SevenBitClean() 공개 정적인 메소드

public static SevenBitClean ( byte input ) : bool
input byte
리턴 bool

SevenBitClean() 공개 정적인 메소드

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

URLDecode() 공개 정적인 메소드

public static URLDecode ( byte toEncode ) : byte[]
toEncode byte
리턴 byte[]

URLDecode() 공개 정적인 메소드

public static URLDecode ( string toEncode, [ e ) : string
toEncode string
e [
리턴 string

URLEncode() 공개 정적인 메소드

public static URLEncode ( byte toEncode ) : byte[]
toEncode byte
리턴 byte[]

URLEncode() 공개 정적인 메소드

public static URLEncode ( string toEncode, [ e ) : string
toEncode string
e [
리턴 string