lucene-kmp
Toggle table of contents
10.2.0-alpha14
common
Target filter
common
Switch theme
Search in API
Skip to content
lucene-kmp
core
/
org.gnit.lucenekmp.util
/
BytesRefBuilder
/
copyChars
copy
Chars
@
JvmOverloads
fun
copyChars
(
text
:
CharSequence
?
,
off
:
Int
=
0
,
len
:
Int
=
text!!.length
)
fun
copyChars
(
text
:
CharArray
?
,
off
:
Int
,
len
:
Int
)
Replace the content of this buffer with UTF-8 encoded bytes that would represent the provided text.