We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 197146a commit 7ab546cCopy full SHA for 7ab546c
core/jvm/src/BuffersJvm.kt
@@ -180,7 +180,7 @@ public fun Buffer.readAtMostTo(sink: ByteBuffer): Int {
180
/**
181
* Reads all data from [source] into this buffer.
182
*
183
- * @sample kotlinx.io.samples.KotlinxIoSamplesJvm.bufferInteropWithNioBuffer
+ * @sample kotlinx.io.samples.KotlinxIoSamplesJvm.transferBufferFromByteBuffer
184
*/
185
public fun Buffer.transferFrom(source: ByteBuffer): Buffer {
186
val byteCount = source.remaining()
0 commit comments