InputStreamReadable

implicit class InputStreamReadable(i: InputStream) extends Readable
trait Readable
trait Writable
class Object
trait Matchable
class Any

Value members

Concrete methods

override def httpContentType: Option[String]
Definition Classes
def readBytesThrough[T](f: InputStream => T): T

Inherited methods

def contentLength: Option[Long]
Inherited from:
Writable
def writeBytesTo(out: OutputStream): Unit
Inherited from:
Readable