Packages

class MessageBuffer extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MessageBuffer
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. val buf: ByteBuffer
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. val domains: Map[String, Int]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. def flipped(): MessageBuffer
  12. def get(): Byte
  13. def getByteArray(bytes: Int): Array[Byte]
  14. def getBytes(bytes: Int): IndexedSeq[Byte]
  15. def getCharacterString(): String
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def getDomainName(): String
  18. def getString(bytes: Int): String
  19. def getUnsignedBigInt(bytes: Int): BigInt
  20. def getUnsignedInt(bytes: Int): Int
  21. def getUnsignedLong(bytes: Int): Long
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def processBytes[T](bytes: Int)(f: => T): T
  28. def put(b: Byte): MessageBuffer
  29. def put(a: Array[Byte]): MessageBuffer
  30. def putBytes(bytes: Int, a: Array[Byte]): MessageBuffer
  31. def putCharacterString(cs: String): MessageBuffer
  32. def putDomainName(dn: String): MessageBuffer
  33. def putLengthOf(bytes: Int, f: (MessageBuffer) => MessageBuffer): MessageBuffer
  34. def putUnsignedBigInt(bytes: Int, i: BigInt): MessageBuffer
  35. def putUnsignedInt(bytes: Int, i: Int): MessageBuffer
  36. def putUnsignedLong(bytes: Int, l: Long): MessageBuffer
  37. def remaining(): Int
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped