KiteTorrent
Toggle table of contents
0.0.1-SNAPSHOT
Guide
GitHub
common
Target filter
common
Switch theme
Search in API
Skip to content
KiteTorrent
kitetorrent
/
io.github.yuroyami.kitetorrent.math
/
BigInt
/
Companion
/
fromBytes
from
Bytes
fun
fromBytes
(
bytes
:
ByteArray
,
offset
:
Int
=
0
,
length
:
Int
=
bytes.size - offset
)
:
BigInt
Parse a big-endian unsigned byte array (any length, leading zeros allowed).