object AsyncFileBuffer
- Companion
- class
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]]