InOut

sealed trait InOut extends Resource
trait Resource
class Object
trait Matchable
class Any
trait In[A]
trait InAux[A]
trait InDAux
trait InIAux
trait InLAux
trait InMain[A]
trait InDMain
trait InIMain
trait InLMain
trait Main[A]
trait OutMain[A]
trait OutDMain
trait OutIMain
trait OutLMain

Value members

Abstract methods

def available: Int

The number of further input or output frames available.

The number of further input or output frames available.

def hasNext: Boolean

Whether further input or output is available.

Whether further input or output is available.

Inherited methods

def free(): Unit
Inherited from:
Resource