cgta.serland.backends

SerBsonIn

class SerBsonIn extends SerInput

Linear Supertypes
SerInput, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SerBsonIn
  2. SerInput
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SerBsonIn(root: SerBsonNode)

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  11. final val isHumanReadable: Boolean

    Definition Classes
    SerBsonInSerInput
  12. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. final def notify(): Unit

    Definition Classes
    AnyRef
  15. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  16. def readBoolean(): Boolean

    Definition Classes
    SerBsonInSerInput
  17. def readByte(): Byte

    Definition Classes
    SerBsonInSerInput
  18. def readByteArr(): Array[Byte]

    Definition Classes
    SerBsonInSerInput
  19. def readChar(): Char

    Definition Classes
    SerBsonInSerInput
  20. def readDouble(): Double

    Definition Classes
    SerBsonInSerInput
  21. def readFieldBegin(name: String, id: Int): Unit

    Definition Classes
    SerBsonInSerInput
  22. def readFieldEnd(): Unit

    Definition Classes
    SerBsonInSerInput
  23. def readInt32(hint: Ser32Hint): Int

    Definition Classes
    SerBsonInSerInput
  24. def readInt64(hint: Ser64Hint): Long

    Definition Classes
    SerBsonInSerInput
  25. def readIterable[A](sca: SerReadable[A]): Iterable[A]

    Definition Classes
    SerBsonInSerInput
  26. def readOneOfBegin(): Either[String, Int]

    Definition Classes
    SerBsonInSerInput
  27. def readOneOfEnd(): Unit

    Definition Classes
    SerBsonInSerInput
  28. def readOption[A](sca: SerReadable[A]): Option[A]

    Definition Classes
    SerBsonInSerInput
  29. def readSerInput(): () ⇒ SerBsonIn

    Definition Classes
    SerBsonInSerInput
  30. def readString(): String

    Definition Classes
    SerBsonInSerInput
  31. def readStructBegin(): Unit

    Definition Classes
    SerBsonInSerInput
  32. def readStructEnd(): Unit

    Definition Classes
    SerBsonInSerInput
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def toString(): String

    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SerInput

Inherited from AnyRef

Inherited from Any

Ungrouped