peek

expect abstract fun peek(): SdkBufferedSource

Returns a new SdkBufferedSource that can read data from this source without consuming it. The returned source becomes invalid once this source is next read or closed.

actual abstract fun peek(): SdkBufferedSource

Returns a new SdkBufferedSource that can read data from this source without consuming it. The returned source becomes invalid once this source is next read or closed.