AsyncFileBuffer

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

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