PlainInput

sbt.util.PlainInput
class PlainInput[J](input: InputStream, converter: SupportConverter[J])(implicit evidence$1: IsoString[J]) extends Input

Attributes

Graph
Supertypes
trait Input
trait Closeable
trait AutoCloseable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def close(): Unit
def read[T : JsonReader](): T

Inherited methods

def read[T : JsonReader](default: => T): T

Attributes

Inherited from:
Input

Concrete fields

val isoFormat: IsoString[J]