FileItem

case class FileItem(part: Part)
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def get(): Array[Byte]
def getCharset: Option[String]
def getContentType: Option[String]
def getFieldName: String
def getInputStream: InputStream
def getName: String
def getSize: Long
def isFormField: Boolean
def write(file: File): Unit
def write(fileName: String): Unit

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product

Concrete fields

val charset: Option[String]
val contentType: Option[String]
val fieldName: String
val name: String
val size: Long