FileBuffer

trait FileBuffer[A]

A file buffer is similar to a monophonic 64-bit float sound file. As opposed to AudioFile, it supports 64-bit resolution and does not perform any internal caching.

Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def dispose(): Unit
def file: File
def numFrames: Long
def read(buf: Array[A], off: Int, len: Int): Unit
def rewind(): Unit

Same as position = 0L.

Same as position = 0L.

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

Abstract fields

var position: Long