KiteArchive
Toggle table of contents
0.1.0
Guide
GitHub
common
Target filter
common
Switch theme
Search in API
Skip to content
KiteArchive
kitearchive
/
io.github.yuroyami.kitearchive.util
/
ByteArrayBuilder
/
append
append
fun
append
(
b
:
Byte
)
Append a single byte.
fun
append
(
bytes
:
ByteArray
,
offset
:
Int
=
0
,
length
:
Int
=
bytes.size
)
Append a slice of
bytes
.