c

upack

MsgPackReader

class MsgPackReader extends BaseMsgPackReader

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

Instance Constructors

  1. new MsgPackReader(input0: Array[Byte])

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

Inherited from BaseMsgPackReader

Inherited from BufferingByteParser

Inherited from AnyRef

Inherited from Any

Ungrouped