WindowI

final class WindowI(buf: IntBuffer, size0: Int, dispose: () => Unit) extends Window[Int]
class Window[Int]
class Object
trait Matchable
class Any

Type members

Types

type A = Int

Value members

Constructors

def this(arr: Array[Int])

Concrete methods

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

Inherited methods

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

Inherited fields

final protected var offIn: Int
Inherited from:
Window
final protected var offOut: Int
Inherited from:
Window
final protected var size: Int
Inherited from:
Window