Packages

c

com.avsystem.commons.serialization

SimpleInputWrapper

abstract class SimpleInputWrapper extends SimpleInput

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SimpleInputWrapper
  2. SimpleInput
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SimpleInputWrapper()

Concrete Value Members

  1. def readBigDecimal(): BigDecimal
    Definition Classes
    SimpleInputWrapperSimpleInput
  2. def readBigInt(): BigInt
    Definition Classes
    SimpleInputWrapperSimpleInput
  3. def readBinary(): Array[Byte]
    Definition Classes
    SimpleInputWrapperSimpleInput
  4. def readBoolean(): Boolean
    Definition Classes
    SimpleInputWrapperSimpleInput
  5. def readByte(): Byte
    Definition Classes
    SimpleInputWrapperSimpleInput
  6. def readChar(): Char
    Definition Classes
    SimpleInputWrapperSimpleInput
  7. def readDouble(): Double
    Definition Classes
    SimpleInputWrapperSimpleInput
  8. def readFloat(): Float
    Definition Classes
    SimpleInputWrapperSimpleInput
  9. def readInt(): Int
    Definition Classes
    SimpleInputWrapperSimpleInput
  10. def readLong(): Long
    Definition Classes
    SimpleInputWrapperSimpleInput
  11. def readShort(): Short
    Definition Classes
    SimpleInputWrapperSimpleInput
  12. def readString(): String
    Definition Classes
    SimpleInputWrapperSimpleInput
  13. def readTimestamp(): Long
    Definition Classes
    SimpleInputWrapperSimpleInput