InLMain

sealed
trait InLMain extends InMain[Long, BufL]

Version specialized for Long

trait InMain[Long, BufL]
trait Main[Long, BufL]
trait In[Long, BufL]
trait InHandler
trait InOut
trait Resource
class Object
trait Matchable
class Any

Type members

Types

final
type A = Long
final
type E = BufL

Value members

Abstract methods

override
def inlet: Inlet[E]
Definition Classes
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[Long]

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[Long, BufL], 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 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