C# 클래스 TorrentHardLinkHelper.Common.UriHelper

파일 보기 프로젝트 열기: harrywong/torrenthardlinkhelper

공개 메소드들

메소드 설명
UrlDecode ( string s ) : byte[]
UrlEncode ( byte bytes ) : string

비공개 메소드들

메소드 설명
GetChar ( string str, int offset, int length ) : int
GetInt ( byte b ) : int
NotEncoded ( char c ) : bool
UrlEncodeChar ( char c, Stream result, bool isUnicode ) : void
WriteCharBytes ( List buf, char ch, Encoding e ) : void

메소드 상세

UrlDecode() 공개 정적인 메소드

public static UrlDecode ( string s ) : byte[]
s string
리턴 byte[]

UrlEncode() 공개 정적인 메소드

public static UrlEncode ( byte bytes ) : string
bytes byte
리턴 string