Class

upack

MsgPackReader

Related Doc: package upack

Permalink

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])

    Permalink

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. def appendBytesToBuilder(elems: ByteBuilder, elemsStart: Int, elemsLength: Int): Unit

    Permalink
    Definition Classes
    BufferingByteParser
  5. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def close(): Unit

    Permalink
    Attributes
    protected[this]
  8. def dropBufferUntil(i: Int): Unit

    Permalink
    Definition Classes
    BufferingByteParser
  9. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def getBufferCopyCount(): Int

    Permalink
    Definition Classes
    BufferingByteParser
  13. def getBufferGrowCount(): Int

    Permalink
    Definition Classes
    BufferingByteParser
  14. def getBufferLength(): Int

    Permalink
    Definition Classes
    BufferingByteParser
  15. def getByteSafe(i: Int): Byte

    Permalink
    Definition Classes
    BufferingByteParser
  16. def getByteUnsafe(i: Int): Byte

    Permalink
    Definition Classes
    BufferingByteParser
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def getIndex: Int

    Permalink
    Definition Classes
    BaseMsgPackReader
  19. def getLastIdx: Int

    Permalink
    Definition Classes
    BufferingByteParser
  20. def growBuffer(until: Int): Unit

    Permalink
    Definition Classes
    MsgPackReader → BufferingByteParser
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  26. def parse[T](visitor: Visitor[_, T]): T

    Permalink
    Definition Classes
    BaseMsgPackReader
  27. def parseArray[T](n: Int, visitor: Visitor[_, T]): T

    Permalink
    Definition Classes
    BaseMsgPackReader
  28. def parseBin[T](n: Int, visitor: Visitor[_, T]): T

    Permalink
    Definition Classes
    BaseMsgPackReader
  29. def parseExt[T](n: Int, visitor: Visitor[_, T]): T

    Permalink
    Definition Classes
    BaseMsgPackReader
  30. def parseMap[T](n: Int, visitor: Visitor[_, T]): T

    Permalink
    Definition Classes
    BaseMsgPackReader
  31. def parseStr[T](n: Int, visitor: Visitor[_, T]): T

    Permalink
    Definition Classes
    BaseMsgPackReader
  32. def parseUInt16(i: Int): Int

    Permalink
    Definition Classes
    BaseMsgPackReader
  33. def parseUInt32(i: Int): Int

    Permalink
    Definition Classes
    BaseMsgPackReader
  34. def parseUInt64(i: Int): Long

    Permalink
    Definition Classes
    BaseMsgPackReader
  35. def parseUInt8(i: Int): Int

    Permalink
    Definition Classes
    BaseMsgPackReader
  36. def readDataIntoBuffer(buffer: Array[Byte], bufferOffset: Int): (Array[Byte], Boolean, Int)

    Permalink
    Definition Classes
    MsgPackReader → BufferingByteParser
  37. def requestUntil(until: Int): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    BufferingByteParser
  38. def sliceArr(i: Int, n: Int): (Array[Byte], Int, Int)

    Permalink
    Definition Classes
    BufferingByteParser
  39. def sliceString(i: Int, k: Int): String

    Permalink
    Definition Classes
    BufferingByteParser
  40. val srcLength: Int

    Permalink
  41. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  43. def unsafeCharSeqForRange(start: Int, length: Int): WrapByteArrayCharSeq

    Permalink
    Definition Classes
    BufferingByteParser
  44. final def wait(): Unit

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

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

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

Inherited from BaseMsgPackReader

Inherited from BufferingByteParser

Inherited from AnyRef

Inherited from Any

Ungrouped