Trait

reactivemongo.bson.buffer

BSONBuffer

Related Doc: package buffer

Permalink

trait BSONBuffer extends ReadableBuffer with WritableBuffer

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BSONBuffer
  2. WritableBuffer
  3. ReadableBuffer
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def discard(n: Int): Unit

    Permalink

    Sets the read index to index + n (in other words, skips n bytes).

    Sets the read index to index + n (in other words, skips n bytes).

    Definition Classes
    ReadableBuffer
  2. abstract def duplicate(): ReadableBuffer

    Permalink
    Definition Classes
    ReadableBuffer
  3. abstract def index: Int

    Permalink

    Returns the current write index of this buffer.

    Returns the current write index of this buffer.

    Definition Classes
    WritableBuffer
  4. abstract def index_=(i: Int): Unit

    Permalink
    Definition Classes
    ReadableBuffer
  5. abstract def readByte(): Byte

    Permalink

    Reads a Byte from this buffer.

    Reads a Byte from this buffer.

    Definition Classes
    ReadableBuffer
  6. abstract def readBytes(bytes: Array[Byte]): Unit

    Permalink

    Fills the given array with the bytes read from this buffer.

    Fills the given array with the bytes read from this buffer.

    Definition Classes
    ReadableBuffer
  7. abstract def readDouble(): Double

    Permalink

    Reads a Double from this buffer.

    Reads a Double from this buffer.

    Definition Classes
    ReadableBuffer
  8. abstract def readInt(): Int

    Permalink

    Reads an Int from this buffer.

    Reads an Int from this buffer.

    Definition Classes
    ReadableBuffer
  9. abstract def readLong(): Long

    Permalink

    Reads a Long from this buffer.

    Reads a Long from this buffer.

    Definition Classes
    ReadableBuffer
  10. abstract def readable(): Int

    Permalink

    Returns the number of readable remaining bytes of this buffer.

    Returns the number of readable remaining bytes of this buffer.

    Definition Classes
    ReadableBuffer
  11. abstract def setInt(index: Int, value: Int): WritableBuffer

    Permalink

    Replaces 4 bytes at the given index by the given value

    Replaces 4 bytes at the given index by the given value

    Definition Classes
    WritableBuffer
  12. abstract def size: Int

    Permalink

    Returns the buffer size.

    Returns the buffer size.

    Definition Classes
    ReadableBuffer
  13. abstract def slice(n: Int): ReadableBuffer

    Permalink

    Returns a new instance of ReadableBuffer which starts at the current index and contains n bytes.

    Returns a new instance of ReadableBuffer which starts at the current index and contains n bytes.

    This method does not update the read index of the original buffer.

    Definition Classes
    ReadableBuffer
  14. abstract def toReadableBuffer(): ReadableBuffer

    Permalink
    Definition Classes
    WritableBuffer
  15. abstract def toWritableBuffer: WritableBuffer

    Permalink
    Definition Classes
    ReadableBuffer
  16. abstract def writeByte(byte: Byte): WritableBuffer

    Permalink

    Writes the given Byte into this buffer.

    Writes the given Byte into this buffer.

    Definition Classes
    WritableBuffer
  17. abstract def writeBytes(array: Array[Byte]): BSONBuffer.this.type

    Permalink

    Writes the bytes stored in the given array into this buffer.

    Writes the bytes stored in the given array into this buffer.

    Definition Classes
    WritableBuffer
  18. abstract def writeDouble(double: Double): WritableBuffer

    Permalink

    Writes the given Double into this buffer.

    Writes the given Double into this buffer.

    Definition Classes
    WritableBuffer
  19. abstract def writeInt(int: Int): WritableBuffer

    Permalink

    Writes the given Int into this buffer.

    Writes the given Int into this buffer.

    Definition Classes
    WritableBuffer
  20. abstract def writeLong(long: Long): WritableBuffer

    Permalink

    Writes the given Long into this buffer.

    Writes the given Long into this buffer.

    Definition Classes
    WritableBuffer

Concrete Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from BSONBuffer to any2stringadd[BSONBuffer] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (BSONBuffer, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from BSONBuffer to ArrowAssoc[BSONBuffer] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def ensuring(cond: (BSONBuffer) ⇒ Boolean, msg: ⇒ Any): BSONBuffer

    Permalink
    Implicit information
    This member is added by an implicit conversion from BSONBuffer to Ensuring[BSONBuffer] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  9. def ensuring(cond: (BSONBuffer) ⇒ Boolean): BSONBuffer

    Permalink
    Implicit information
    This member is added by an implicit conversion from BSONBuffer to Ensuring[BSONBuffer] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean, msg: ⇒ Any): BSONBuffer

    Permalink
    Implicit information
    This member is added by an implicit conversion from BSONBuffer to Ensuring[BSONBuffer] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean): BSONBuffer

    Permalink
    Implicit information
    This member is added by an implicit conversion from BSONBuffer to Ensuring[BSONBuffer] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from BSONBuffer to StringFormat[BSONBuffer] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  16. final def getClass(): Class[_]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  22. def readArray(length: Int): Array[Byte]

    Permalink

    Reads an array of Byte of the given length.

    Reads an array of Byte of the given length.

    length

    Length of the newly created array.

    Definition Classes
    ReadableBuffer
  23. def readCString(): String

    Permalink

    Reads a UTF-8 C-Style String.

    Reads a UTF-8 C-Style String.

    Definition Classes
    ReadableBuffer
  24. def readString(): String

    Permalink

    Reads a UTF-8 String.

    Reads a UTF-8 String.

    Definition Classes
    ReadableBuffer
  25. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. def writeBytes(buffer: ReadableBuffer): BSONBuffer.this.type

    Permalink

    Writes the bytes stored in the given buffer into this buffer.

    Writes the bytes stored in the given buffer into this buffer.

    Definition Classes
    WritableBuffer
  31. def writeCString(s: String): WritableBuffer

    Permalink

    Write a UTF-8 encoded C-Style String.

    Write a UTF-8 encoded C-Style String.

    Definition Classes
    WritableBuffer
  32. def writeString(s: String): WritableBuffer

    Permalink

    Write a UTF-8 encoded String.

    Write a UTF-8 encoded String.

    Definition Classes
    WritableBuffer
  33. def [B](y: B): (BSONBuffer, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from BSONBuffer to ArrowAssoc[BSONBuffer] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from WritableBuffer

Inherited from ReadableBuffer

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from BSONBuffer to any2stringadd[BSONBuffer]

Inherited by implicit conversion StringFormat from BSONBuffer to StringFormat[BSONBuffer]

Inherited by implicit conversion Ensuring from BSONBuffer to Ensuring[BSONBuffer]

Inherited by implicit conversion ArrowAssoc from BSONBuffer to ArrowAssoc[BSONBuffer]

Ungrouped