toggle menu
filesystem
0.0.1
common
switch theme
search in API
filesystem
/
me.zhanghai.kotlin.filesystem
/
Uri
/
copyEncoded
copy
Encoded
fun
copyEncoded
(
scheme
:
String
?
=
this.scheme
,
encodedUserInfo
:
String
?
=
this.encodedUserInfo
,
encodedHost
:
String
?
=
this.encodedHost
,
port
:
Int
?
=
this.port
,
encodedPath
:
String
=
this.encodedPath
,
encodedQuery
:
String
?
=
this.encodedQuery
,
encodedFragment
:
String
?
=
this.encodedFragment
)
:
Uri