append
Appends data to the buffer.
Since Kotlin
1.3Appends byte array to the buffer.
Since Kotlin
1.3Appends C data to the buffer, if data
is null or count
is non-positive - return.
Appends data to the buffer.
Appends byte array to the buffer.
Appends C data to the buffer, if data
is null or count
is non-positive - return.
Thanks for your feedback!