copy
Deprecated
Use peek() or buffer.copy() instead, depending on your use case.
Replace with
import kotlinx.io.Source
Content copied to clipboard
peek()
Content copied to clipboard
Returns a copy of the current buffer attached to this Source.
Use peek() or buffer.copy() instead, depending on your use case.
import kotlinx.io.Source
peek()
Returns a copy of the current buffer attached to this Source.