peek

expect open override 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 open override 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.