Object

wvlet.airframe.msgpack.spi

Code

Related Doc: package spi

Permalink

object Code

MessagePack prefix codes

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

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. val ARRAY16: Byte

    Permalink
  5. val ARRAY32: Byte

    Permalink
  6. val BIN16: Byte

    Permalink
  7. val BIN32: Byte

    Permalink
  8. val BIN8: Byte

    Permalink
  9. val EXT16: Byte

    Permalink
  10. val EXT32: Byte

    Permalink
  11. val EXT8: Byte

    Permalink
  12. val EXT_TIMESTAMP: Byte

    Permalink
  13. val FALSE: Byte

    Permalink
  14. val FIXARRAY_PREFIX: Byte

    Permalink
  15. val FIXEXT1: Byte

    Permalink
  16. val FIXEXT16: Byte

    Permalink
  17. val FIXEXT2: Byte

    Permalink
  18. val FIXEXT4: Byte

    Permalink
  19. val FIXEXT8: Byte

    Permalink
  20. val FIXMAP_PREFIX: Byte

    Permalink
  21. val FIXSTR_PREFIX: Byte

    Permalink
  22. val FLOAT32: Byte

    Permalink
  23. val FLOAT64: Byte

    Permalink
  24. val INT16: Byte

    Permalink
  25. val INT32: Byte

    Permalink
  26. val INT64: Byte

    Permalink
  27. val INT8: Byte

    Permalink
  28. val MAP16: Byte

    Permalink
  29. val MAP32: Byte

    Permalink
  30. val NEGFIXINT_PREFIX: Byte

    Permalink
  31. val NEVER_USED: Byte

    Permalink
  32. val NIL: Byte

    Permalink
  33. val POSFIXINT_MASK: Byte

    Permalink
  34. val STR16: Byte

    Permalink
  35. val STR32: Byte

    Permalink
  36. val STR8: Byte

    Permalink
  37. val TRUE: Byte

    Permalink
  38. val UINT16: Byte

    Permalink
  39. val UINT32: Byte

    Permalink
  40. val UINT64: Byte

    Permalink
  41. val UINT8: Byte

    Permalink
  42. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  49. def isFixInt(b: Byte): Boolean

    Permalink
  50. def isFixStr(b: Byte): Boolean

    Permalink
  51. def isFixedArray(b: Byte): Boolean

    Permalink
  52. def isFixedMap(b: Byte): Boolean

    Permalink
  53. def isFixedRaw(b: Byte): Boolean

    Permalink
  54. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  55. def isNegFixInt(b: Byte): Boolean

    Permalink
  56. def isPosFixInt(b: Byte): Boolean

    Permalink
  57. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  60. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped