KiteQR
Toggle table of contents
0.1.0
Guide
GitHub
common
Target filter
common
Switch theme
Search in API
Skip to content
KiteQR
kiteqr
/
io.github.yuroyami.kiteqr.common.charset
/
KiteCharset
/
decode
decode
abstract
fun
decode
(
bytes
:
ByteArray
,
offset
:
Int
=
0
,
length
:
Int
=
bytes.size - offset
)
:
String
Decodes
length
bytes of
bytes
starting at
offset
.