FileBufferD

trait FileBufferD extends FileBuffer[Double]
trait FileBuffer[Double]
class Object
trait Matchable
class Any

Type members

Types

type A = Double

Value members

Abstract methods

override
def read(buf: Array[A], off: Int, len: Int): Unit
Definition Classes
override
def write(buf: Array[A], off: Int, len: Int): Unit
Definition Classes
override
def writeValue(value: A, len: Long): Unit
Definition Classes

Inherited methods

def dispose(): Unit
Inherited from
FileBuffer
def file: File
Inherited from
FileBuffer
def numFrames: Long
Inherited from
FileBuffer
def rewind(): Unit

Same as position = 0L.

Same as position = 0L.

Inherited from
FileBuffer

Inherited fields

var position: Long
Inherited from
FileBuffer