peekByte

expect abstract fun peekByte(): Byte

Read the next byte of this source without consuming it. Buffers a byte from the underlying source if necessary. Throws EOFException if the source is exhausted before a byte can be read.

actual abstract fun peekByte(): Byte

Read the next byte of this source without consuming it. Buffers a byte from the underlying source if necessary. Throws EOFException if the source is exhausted before a byte can be read.

actual abstract fun peekByte(): Byte

Read the next byte of this source without consuming it. Buffers a byte from the underlying source if necessary. Throws EOFException if the source is exhausted before a byte can be read.