AbstractInputChannel

abstract class AbstractInputChannel<T : Any> : AbstractChannel<T>, InputChannel<T>

Fields

Name Description
open available: Boolean
open isOver: Boolean
open streamTerm: Struct

Constructors

Name Description
constructor()

Methods

readActually

protected abstract fun readActually(): T?

ReturnValue

Name Description
T?

read

fun read(): T?

ReturnValue

Name Description
T?

peek

fun peek(): T?

ReturnValue

Name Description
T?

toString

open fun toString(): String

ReturnValue

Name Description
String