StringReader

tel.schich.obd4s.obd.StringReader
case class StringReader(charset: Charset, length: Int, trimControlChars: Boolean) extends Reader[String], StrictLogging

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StrictLogging
trait Reader[String]
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited types

type BufferView = IndexedSeqView[Byte]

Attributes

Inherited from:
Reader

Value members

Concrete methods

override def read(buf: BufferView, offset: Int): Result[(String, Int)]

Attributes

Definition Classes

Inherited methods

def merge(left: String, right: String): T

Attributes

Inherited from:
Reader
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Inherited fields

protected val logger: Logger

Attributes

Inherited from:
StrictLogging