AsyncFileBuffer

Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[A]()(implicit ctrl: Control, tpe: DataType[A]): Future[AsyncFileBuffer[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: URI, deleteOnDispose: Boolean)(implicit ctrl: Control, tpe: DataType[A]): Future[AsyncFileBuffer[A]]
def double()(implicit ctrl: Control): Future[AsyncFileBufferD]
def int()(implicit ctrl: Control): Future[AsyncFileBufferI]
def long()(implicit ctrl: Control): Future[AsyncFileBufferL]