Stream

object Stream
class Object
trait Matchable
class Any
Stream.type

Value members

Concrete methods

def apply(url: URL): StreamView
def apply(url: URL, displayName: String): StreamView
def apply(url: URL, contentType: String, displayName: String): StreamView
def apply(file: File): StreamView
def apply(file: File, displayName: String): StreamView
def apply(file: File, contentType: String, displayName: String): StreamView
def apply(is: InputStream, contentType: String, displayName: String, lastModified: Option[Long]): StreamView