Window

abstract class Window[A](val size0: Int, val dispose: () => Unit)
class Object
trait Matchable
class Any
class WindowD
class WindowI
class WindowL

Value members

Abstract methods

def readTo(arr: Array[A], off: Int, num: Int): Unit
def writeFrom(arr: Array[A], off: Int, num: Int): Unit

Concrete methods

final def availableOut: Int
final def inRemain: Int
final def isEmpty: Boolean
final def outRemain: Int
override def toString: String
Definition Classes
Any
final def trim(): Unit
final def zero(): Unit

Concrete fields

val dispose: () => Unit
final protected var offIn: Int
final protected var offOut: Int
final protected var size: Int
final val size0: Int