InDMain

sealed trait InDMain extends InMain[Double]

Version specialized for Double

trait InMain[Double]
trait Main[Double]
trait In[Double]
trait InHandler
trait InOut
trait Resource
class Object
trait Matchable
class Any

Type members

Types

final type A = Double

Inherited types

type E = E[A]
Inherited from:
In

Value members

Abstract methods

override def next(): A
Definition Classes
override def nextN(a: Array[A], off: Int, len: Int): Unit
Definition Classes
override def peek: A
Definition Classes

Inherited methods

def advance(len: Int): Unit

Be sure you know what you are doing.

Be sure you know what you are doing.

Inherited from:
Main
def array: Array[Double]

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.

Inherited from:
Main
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 copyTo(to: OutMain[Double], len: Int): Unit

Directly copies len elements from this input to a given output.

Directly copies len elements from this input to a given output.

Inherited from:
InMain
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
def inlet: Inlet[E]
Inherited from:
In
def isDone: Boolean
Inherited from:
Main
def offset: Int

Be sure you know what you are doing.

Be sure you know what you are doing.

Inherited from:
Main
@throws(classOf[Exception])
def onPush(): Unit
Inherited from:
InHandler
@throws(classOf[Exception])
def onUpstreamFailure(ex: Throwable): Unit
Inherited from:
InHandler
@throws(classOf[Exception])
def onUpstreamFinish(): Unit
Inherited from:
InHandler
def skip(len: Int): Unit

Skips over the next len frames without using them.

Skips over the next len frames without using them.

Inherited from:
InMain