t

reactivemongo.core.protocol

ChannelBufferReadable

trait ChannelBufferReadable[T] extends AnyRef

A constructor of T instances from a ByteBuf.

T

type which instances can be constructed with this.

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ChannelBufferReadable
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def readFrom(buffer: ByteBuf): T

    Makes an instance of T from the data from the given buffer.

Concrete Value Members

  1. def apply(buffer: ByteBuf): T

    See also

    readFrom