binary-streams / loggersoft.kotlin.streams / StreamInput / readChar

readChar

open fun readChar(encoding: StringEncoding = defaultStringEncoding, byteOrder: ByteOrder = defaultByteOrder): Int

Reads code point from the stream with specified encoding and byteOrder.

Exceptions

EOFException -