kmp-tor
Toggle table of contents
2.2.0
common
Platform filter
common
Switch theme
Search in API
kmp-tor
runtime-core
/
io.matthewnelson.kmp.tor.runtime.core.net
/
IPAddress
/
V4
/
Companion
Companion
object
Companion
(
source
)
Members
Functions
to
IPAddress
V4
Link copied to clipboard
@
JvmStatic
@
JvmName
(
name
=
"get"
)
fun
ByteArray
.
toIPAddressV4
(
)
:
IPAddress.V4
Convert network ordered bytes to an IPv4 address.
@
JvmStatic
@
JvmName
(
name
=
"get"
)
fun
String
.
toIPAddressV4
(
)
:
IPAddress.V4
Parses a String for its IPv4 address.
to
IPAddress
V4Or
Null
Link copied to clipboard
@
JvmStatic
@
JvmName
(
name
=
"getOrNull"
)
fun
ByteArray
.
toIPAddressV4OrNull
(
)
:
IPAddress.V4
?
Convert network ordered bytes to an IPv4 address.
@
JvmStatic
@
JvmName
(
name
=
"getOrNull"
)
fun
String
.
toIPAddressV4OrNull
(
)
:
IPAddress.V4
?
Parses a String for its IPv4 address.