toggle menu
filesystem
0.0.1
common
switch theme
search in API
filesystem
/
me.zhanghai.kotlin.filesystem
/
Uri
/
Companion
/
ofDecoded
of
Decoded
fun
ofDecoded
(
scheme
:
String
?
=
null
,
decodedUserInfo
:
ByteString
?
=
null
,
decodedHost
:
ByteString
?
=
null
,
port
:
Int
?
=
null
,
decodedPath
:
ByteString
=
BYTE_STRING_EMPTY
,
decodedQuery
:
ByteString
?
=
null
,
decodedFragment
:
ByteString
?
=
null
)
:
Uri