c

upack

BaseMsgPackReader

abstract class BaseMsgPackReader extends BufferingByteParser

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

Instance Constructors

  1. new BaseMsgPackReader()

Abstract Value Members

  1. abstract def readDataIntoBuffer(buffer: Array[Byte], bufferOffset: Int): (Array[Byte], Boolean, Int)
    Definition Classes
    BufferingByteParser

Concrete 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. def appendBytesToBuilder(elems: ByteBuilder, elemsStart: Int, elemsLength: Int): Unit
    Definition Classes
    BufferingByteParser
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def dropBufferUntil(i: Int): Unit
    Definition Classes
    BufferingByteParser
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def getBufferCopyCount(): Int
    Definition Classes
    BufferingByteParser
  12. def getBufferGrowCount(): Int
    Definition Classes
    BufferingByteParser
  13. def getBufferLength(): Int
    Definition Classes
    BufferingByteParser
  14. def getByteSafe(i: Int): Byte
    Definition Classes
    BufferingByteParser
  15. def getByteUnsafe(i: Int): Byte
    Definition Classes
    BufferingByteParser
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def getIndex: Int
  18. def getLastIdx: Int
    Definition Classes
    BufferingByteParser
  19. def growBuffer(until: Int): Unit
    Definition Classes
    BufferingByteParser
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def parse[T](visitor: Visitor[_, T]): T
  26. def parseArray[T](n: Int, visitor: Visitor[_, T]): T
  27. def parseBin[T](n: Int, visitor: Visitor[_, T]): T
  28. def parseExt[T](n: Int, visitor: Visitor[_, T]): T
  29. def parseMap[T](n: Int, visitor: Visitor[_, T]): T
  30. def parseStr[T](n: Int, visitor: Visitor[_, T]): T
  31. def parseUInt16(i: Int): Int
  32. def parseUInt32(i: Int): Int
  33. def parseUInt64(i: Int): Long
  34. def parseUInt8(i: Int): Int
  35. def requestUntil(until: Int): Boolean
    Attributes
    protected
    Definition Classes
    BufferingByteParser
  36. def sliceArr(i: Int, n: Int): (Array[Byte], Int, Int)
    Definition Classes
    BufferingByteParser
  37. def sliceString(i: Int, k: Int): String
    Definition Classes
    BufferingByteParser
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. def unsafeCharSeqForRange(start: Int, length: Int): WrapByteArrayCharSeq
    Definition Classes
    BufferingByteParser
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from BufferingByteParser

Inherited from AnyRef

Inherited from Any

Ungrouped