WindowL

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

Type members

Types

type A = Long

Value members

Constructors

def this(arr: Array[Long])

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