abstract class SimpleInputWrapper extends SimpleInput
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SimpleInputWrapper
- SimpleInput
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SimpleInputWrapper()
Concrete Value Members
-
def
readBigDecimal(): BigDecimal
- Definition Classes
- SimpleInputWrapper → SimpleInput
-
def
readBigInt(): BigInt
- Definition Classes
- SimpleInputWrapper → SimpleInput
-
def
readBinary(): Array[Byte]
- Definition Classes
- SimpleInputWrapper → SimpleInput
-
def
readBoolean(): Boolean
- Definition Classes
- SimpleInputWrapper → SimpleInput
-
def
readByte(): Byte
- Definition Classes
- SimpleInputWrapper → SimpleInput
-
def
readChar(): Char
- Definition Classes
- SimpleInputWrapper → SimpleInput
-
def
readDouble(): Double
- Definition Classes
- SimpleInputWrapper → SimpleInput
-
def
readFloat(): Float
- Definition Classes
- SimpleInputWrapper → SimpleInput
-
def
readInt(): Int
- Definition Classes
- SimpleInputWrapper → SimpleInput
-
def
readLong(): Long
- Definition Classes
- SimpleInputWrapper → SimpleInput
-
def
readShort(): Short
- Definition Classes
- SimpleInputWrapper → SimpleInput
-
def
readString(): String
- Definition Classes
- SimpleInputWrapper → SimpleInput
-
def
readTimestamp(): Long
- Definition Classes
- SimpleInputWrapper → SimpleInput