InputStreamEntity

com.sksamuel.elastic4s.HttpEntity$.InputStreamEntity
case class InputStreamEntity(content: InputStream, contentCharset: Option[String]) extends HttpEntity

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait HttpEntity
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def get: String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product