SimpleInput

halotukozak.mcodec.SimpleInput
trait SimpleInput

Attributes

Source
Input.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def readBigDecimal(): BigDecimal

Attributes

Source
Input.scala
def readBigInt(): BigInt

Attributes

Source
Input.scala
def readBoolean(): Boolean

Attributes

Source
Input.scala
def readDouble(): Double

Attributes

Source
Input.scala
def readInt(): Int

Attributes

Source
Input.scala
def readLong(): Long

Attributes

Source
Input.scala
def readString(): String

Attributes

Source
Input.scala

Concrete methods

def readBinary(): Array[Byte]

Attributes

Source
Input.scala
def readByte(): Byte

Attributes

Source
Input.scala
def readChar(): Char

Attributes

Source
Input.scala
def readFloat(): Float

Attributes

Source
Input.scala
def readShort(): Short

Attributes

Source
Input.scala
def readTimestamp(): Long

Attributes

Source
Input.scala