trait SimpleInput extends Any
Represents an abstract source of primitive (or "simple") values. May be obtained from Input
.
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- SimpleInput
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
getClass(): Class[_]
- Definition Classes
- Any
- abstract def readBigDecimal(): BigDecimal
- abstract def readBigInt(): BigInt
- abstract def readBinary(): Array[Byte]
- abstract def readBoolean(): Boolean
- abstract def readDouble(): Double
- abstract def readInt(): Int
- abstract def readLong(): Long
- abstract def readString(): String
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
equals(arg0: Any): Boolean
- Definition Classes
- Any
-
def
hashCode(): Int
- Definition Classes
- Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def readByte(): Byte
- def readChar(): Char
- def readFloat(): Float
- def readShort(): Short
- def readTimestamp(): Long
-
def
toString(): String
- Definition Classes
- Any