toggle menu
filesystem
0.0.1
common
switch theme
search in API
filesystem
/
me.zhanghai.kotlin.filesystem
/
Uri
/
Companion
Companion
object
Companion
Members
Functions
of
Decoded
Link copied to clipboard
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
of
Encoded
Link copied to clipboard
fun
ofEncoded
(
scheme
:
String
?
=
null
,
encodedUserInfo
:
String
?
=
null
,
encodedHost
:
String
?
=
null
,
port
:
Int
?
=
null
,
encodedPath
:
String
=
""
,
encodedQuery
:
String
?
=
null
,
encodedFragment
:
String
?
=
null
)
:
Uri
parse
Link copied to clipboard
fun
parse
(
uri
:
String
)
:
Uri