Main

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

Value members

Abstract methods

def advance(len: Int): Unit

Be sure you know what you are doing.

Be sure you know what you are doing.

def array: Array[A]

Be sure you know what you are doing. This should be called if efficient array access is needed, only after making sure that data is available. Valid array data starts at offset for available number of frames. To indicate that a number of frames has been used, finally call advance.

Be sure you know what you are doing. This should be called if efficient array access is needed, only after making sure that data is available. Valid array data starts at offset for available number of frames. To indicate that a number of frames has been used, finally call advance.

def isDone: Boolean
def offset: Int

Be sure you know what you are doing.

Be sure you know what you are doing.

Inherited methods

def available: Int

The number of further input or output frames available.

The number of further input or output frames available.

Inherited from:
InOut
def free(): Unit
Inherited from:
Resource
def hasNext: Boolean

Whether further input or output is available.

Whether further input or output is available.

Inherited from:
InOut