FileBuffer

object FileBuffer
Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[A]()(implicit ctrl: Control, tpe: DataType[A]): FileBuffer[A]

Uses the Control to allocate a new temporary file, which is deleted upon disposal.

Uses the Control to allocate a new temporary file, which is deleted upon disposal.

def apply[A](file: File, deleteOnDispose: Boolean)(implicit tpe: DataType[A]): FileBuffer[A]
def double()(implicit ctrl: Control): FileBufferD
def int()(implicit ctrl: Control): FileBufferI
def long()(implicit ctrl: Control): FileBufferL