Class/Object

fm.serializer.bson

BSONInput

Related Docs: object BSONInput | package bson

Permalink

final class BSONInput extends Input

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BSONInput
  2. Input
  3. RawInput
  4. CollectionInput
  5. FieldInput
  6. NestedInput
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BSONInput(reader: BsonReader)

    Permalink

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def allowStringMap: Boolean

    Permalink
    Definition Classes
    BSONInputRawInputFieldInputNestedInput
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def hasAnotherElement: Boolean

    Permalink

    Is there another element to read in the collection?

    Is there another element to read in the collection?

    Definition Classes
    BSONInputCollectionInput
  12. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  15. def nextValueIsNull: Boolean

    Permalink

    Returns true if the next value is known to be null otherwise false if the value is not null or is unknown.

    Returns true if the next value is known to be null otherwise false if the value is not null or is unknown. This means that even if the next value ends up being null this can return false.

    Note: If the next value is null then this method should consume that input

    Definition Classes
    BSONInputRawInputNestedInput
  16. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. def readFieldName(): String

    Permalink

    If dynamic string maps are supported then this should be implemented otherwise this can just throw an exception.

    If dynamic string maps are supported then this should be implemented otherwise this can just throw an exception.

    null should be returns on the end of an object/message

    Definition Classes
    BSONInputFieldInput
  19. def readFieldNumber(nameToNumMap: Map[String, Int]): Int

    Permalink

    This is for reading fields of an object.

    This is for reading fields of an object.

    Return the field number for the next readable field. Returns 0 if we've reached the end of the object/message

    Definition Classes
    BSONInputFieldInput
  20. def readNestedBool(): Boolean

    Permalink
    Definition Classes
    BSONInputNestedInput
  21. def readNestedBsonBinary(): BsonBinary

    Permalink
  22. def readNestedByteArray(): Array[Byte]

    Permalink
    Definition Classes
    BSONInputNestedInput
  23. def readNestedCollection[T](f: (CollectionInput) ⇒ T): T

    Permalink
    Definition Classes
    BSONInputNestedInput
  24. def readNestedDateTime(): Long

    Permalink
  25. def readNestedDouble(): Double

    Permalink
    Definition Classes
    BSONInputNestedInput
  26. def readNestedFixedInt(): Int

    Permalink
    Definition Classes
    BSONInputNestedInput
  27. def readNestedFixedLong(): Long

    Permalink
    Definition Classes
    BSONInputNestedInput
  28. def readNestedFloat(): Float

    Permalink
    Definition Classes
    BSONInputNestedInput
  29. def readNestedInt(): Int

    Permalink
    Definition Classes
    BSONInputNestedInput
  30. def readNestedLong(): Long

    Permalink
    Definition Classes
    BSONInputNestedInput
  31. def readNestedMaxKey(): MaxKey

    Permalink
  32. def readNestedMinKey(): MinKey

    Permalink
  33. def readNestedObject[T](f: (FieldInput) ⇒ T): T

    Permalink
    Definition Classes
    BSONInputNestedInput
  34. def readNestedObjectId(): ObjectId

    Permalink
  35. def readNestedSignedInt(): Int

    Permalink
    Definition Classes
    BSONInputNestedInput
  36. def readNestedSignedLong(): Long

    Permalink
    Definition Classes
    BSONInputNestedInput
  37. def readNestedString(): String

    Permalink
    Definition Classes
    BSONInputNestedInput
  38. def readNestedUnsignedInt(): Int

    Permalink
    Definition Classes
    BSONInputNestedInput
  39. def readNestedUnsignedLong(): Long

    Permalink
    Definition Classes
    BSONInputNestedInput
  40. def readRawBool(): Boolean

    Permalink
    Definition Classes
    BSONInputRawInput
  41. def readRawBsonBinary(): BsonBinary

    Permalink
  42. def readRawByteArray(): Array[Byte]

    Permalink
    Definition Classes
    BSONInputRawInput
  43. def readRawCollection[T](f: (CollectionInput) ⇒ T): T

    Permalink
    Definition Classes
    BSONInputRawInput
  44. def readRawDateTime(): Long

    Permalink
  45. def readRawDouble(): Double

    Permalink
    Definition Classes
    BSONInputRawInput
  46. def readRawFixedInt(): Int

    Permalink
    Definition Classes
    BSONInputRawInput
  47. def readRawFixedLong(): Long

    Permalink
    Definition Classes
    BSONInputRawInput
  48. def readRawFloat(): Float

    Permalink
    Definition Classes
    BSONInputRawInput
  49. def readRawInt(): Int

    Permalink
    Definition Classes
    BSONInputRawInput
  50. def readRawLong(): Long

    Permalink
    Definition Classes
    BSONInputRawInput
  51. def readRawMaxKey(): MaxKey

    Permalink
  52. def readRawMinKey(): MinKey

    Permalink
  53. def readRawObject[T](f: (FieldInput) ⇒ T): T

    Permalink
    Definition Classes
    BSONInputRawInput
  54. def readRawObjectId(): ObjectId

    Permalink
  55. def readRawSignedInt(): Int

    Permalink
    Definition Classes
    BSONInputRawInput
  56. def readRawSignedLong(): Long

    Permalink
    Definition Classes
    BSONInputRawInput
  57. def readRawString(): String

    Permalink
    Definition Classes
    BSONInputRawInput
  58. def readRawUnsignedInt(): Int

    Permalink
    Definition Classes
    BSONInputRawInput
  59. def readRawUnsignedLong(): Long

    Permalink
    Definition Classes
    BSONInputRawInput
  60. def skipUnknownField(): Unit

    Permalink

    Skip an unknown field value.

    Skip an unknown field value.

    If after calling readFieldNumber(...) we don't know how to handle the resulting field number then this method can be called to skip the value of the field after which we can call readFieldNumber(...) again.

    Definition Classes
    BSONInputFieldInput
  61. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  62. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Input

Inherited from RawInput

Inherited from CollectionInput

Inherited from FieldInput

Inherited from NestedInput

Inherited from AnyRef

Inherited from Any

Ungrouped