InputStreamReadable

replpp.shaded.geny.Readable$.InputStreamReadable
implicit class InputStreamReadable(i: InputStream) extends Readable

Attributes

Graph
Supertypes
trait Readable
trait Writable
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def httpContentType: Option[String]

Attributes

Definition Classes
def readBytesThrough[T](f: InputStream => T): T

Inherited methods

def contentLength: Option[Long]

Attributes

Inherited from:
Writable
def writeBytesTo(out: OutputStream): Unit

Attributes

Inherited from:
Readable