ktor
2.0.x
Select version
3.3.x
3.2.x
3.1.x
3.0.x
2.3.x
2.2.x
2.0.x
1.6.x
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