메소드 |
설명 |
|
@typeof ( ) : Type |
|
|
Equals ( object obj ) : bool |
|
|
GetHashCode ( ) : int |
|
|
auth ( ) : string |
|
|
basename ( ) : string |
|
|
checkName ( string name ) : void |
|
|
decode ( string s ) : Uri |
|
|
decode ( string s, bool check ) : Uri |
|
|
decodeQuery ( string s ) : Map |
|
|
encode ( ) : string |
|
|
encode ( ObjEncoder @out ) : void |
|
|
encodeQuery ( Map map ) : string |
|
|
ext ( ) : string |
|
|
frag ( ) : string |
|
|
fromStr ( string s ) : Uri |
|
|
fromStr ( string s, bool check ) : Uri |
|
|
get ( ) : object |
|
|
get ( object @base ) : object |
|
|
get ( object @base, bool check ) : object |
|
|
getRange ( Range range ) : Uri |
|
|
getRangeToPathAbs ( Range range ) : Uri |
|
|
hash ( ) : long |
|
|
host ( ) : string |
|
|
isAbs ( ) : bool |
|
|
isDir ( ) : bool |
|
|
isName ( string name ) : bool |
|
|
isPathAbs ( ) : bool |
|
|
isPathOnly ( ) : bool |
|
|
isRel ( ) : bool |
|
|
mimeType ( ) : MimeType |
|
|
name ( ) : string |
|
|
parent ( ) : Uri |
|
|
path ( ) : List |
|
|
path ( int depth ) : string |
|
|
pathOnly ( ) : Uri |
|
|
pathStr ( ) : string |
|
|
plus ( Uri r ) : Uri |
|
|
plusName ( string name ) : Uri |
|
|
plusName ( string name, bool asDir ) : Uri |
|
|
plusQuery ( Map q ) : Uri |
|
|
plusSlash ( ) : Uri |
|
|
port ( ) : Long |
|
|
query ( ) : Map |
|
|
queryStr ( ) : string |
|
|
relTo ( Uri baseUri ) : Uri |
|
|
relToAuth ( ) : Uri |
|
|
scheme ( ) : string |
|
|
toCode ( ) : string |
|
|
toFile ( ) : File |
|
|
toLocale ( ) : string |
|
|
toStr ( ) : string |
|
|
userInfo ( ) : string |
|
|