implicit final class RichBuffer extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RichBuffer
- AnyVal
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from RichBuffer to any2stringadd[RichBuffer] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (RichBuffer, B)
- Implicit
- This member is added by an implicit conversion from RichBuffer to ArrowAssoc[RichBuffer] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val buffer: ByteBuf
-
def
ensuring(cond: (RichBuffer) ⇒ Boolean, msg: ⇒ Any): RichBuffer
- Implicit
- This member is added by an implicit conversion from RichBuffer to Ensuring[RichBuffer] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (RichBuffer) ⇒ Boolean): RichBuffer
- Implicit
- This member is added by an implicit conversion from RichBuffer to Ensuring[RichBuffer] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): RichBuffer
- Implicit
- This member is added by an implicit conversion from RichBuffer to Ensuring[RichBuffer] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): RichBuffer
- Implicit
- This member is added by an implicit conversion from RichBuffer to Ensuring[RichBuffer] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from RichBuffer to StringFormat[RichBuffer] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
readArray(length: Int): Array[Byte]
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.
-
def
readCString(): String
Reads a UTF-8 C-Style String.
-
def
readString(): String
Reads a UTF-8 String.
-
def
toString(): String
- Definition Classes
- Any
-
def
write(writable: ChannelBufferWritable): Unit
Write the contents of the given
reactivemongo.core.protocol.ChannelBufferWritable
. -
def
writeCString(s: String): ByteBuf
Write a UTF-8 encoded C-Style String.
-
def
writeString(s: String): ByteBuf
Write a UTF-8 encoded String.
-
def
→[B](y: B): (RichBuffer, B)
- Implicit
- This member is added by an implicit conversion from RichBuffer to ArrowAssoc[RichBuffer] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc