ktor
2.0.3
3.0.0
3.0.0-rc-1
3.0.0-beta-2
3.0.0-beta-1
2.3.12
2.2.4
2.0.3
1.6.8
common
ktor-io
/
io.ktor.utils.io.core
/
append
append
common
fun
Buffer
.
append
(
c
:
Char
)
:
Buffer
Content copied to clipboard
fun
Buffer
.
append
(
csq
:
CharSequence
?
)
:
Buffer
Content copied to clipboard
fun
Buffer
.
append
(
csq
:
CharSequence
?
,
start
:
Int
,
end
:
Int
)
:
Buffer
Content copied to clipboard
fun
Buffer
.
append
(
csq
:
CharArray
,
start
:
Int
,
end
:
Int
)
:
Buffer
Content copied to clipboard
fun
Output
.
append
(
csq
:
CharSequence
,
start
:
Int
=
0
,
end
:
Int
=
csq.length
)
:
Appendable
Content copied to clipboard
fun
Output
.
append
(
csq
:
CharArray
,
start
:
Int
=
0
,
end
:
Int
=
csq.size
)
:
Appendable
Content copied to clipboard