StreamedFileWrapper

class StreamedFileWrapper(item: FileUpload) extends AbstractStreamedFile with FileIO
trait FileIO
trait IO
trait AbstractStreamedFile
trait FileWrapper
class Object
trait Matchable
class Any

Value members

Methods

def write(out: File): Option[File]
def stream[T]: InputStream => T => T

Fields

val bstm: FileInputStream
val name: String
val contentType: String

Inherited methods

def toFile(from: InputStream)(to: File): Unit
Inhertied from
FileIO
def use[C <: AutoCloseable, T](c: C)(f: C => T): T
Manage the usage of some object that must be closed after use
Inhertied from
IO