ktor
2.2.4
3.0.0-beta-1
2.3.7
2.3.6
2.3.3
2.3.2
2.3.1
2.3.0
2.2.4
2.0.3
1.6.8
common
ktor-io
/
io.ktor.utils.io.core
/
Output
/
append
append
open
override
fun
append
(
value
:
Char
)
:
Output
Append single UTF-8 character
open
override
fun
append
(
value
:
CharSequence
?
)
:
Output
open
override
fun
append
(
value
:
CharSequence
?
,
startIndex
:
Int
,
endIndex
:
Int
)
:
Output
fun
append
(
csq
:
CharArray
,
start
:
Int
,
end
:
Int
)
:
Appendable