c

upack

BaseMsgPackReader

abstract class BaseMsgPackReader extends AnyRef

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

Instance Constructors

  1. new BaseMsgPackReader()

Abstract Value Members

  1. abstract def byte(i: Int): Byte
  2. abstract def dropBufferUntil(i: Int): Unit
  3. abstract def sliceBytes(i: Int, j: Int): (Array[Byte], Int, Int)
  4. abstract def sliceString(i: Int, k: Int): String
  5. abstract def startIndex: Int

Concrete Value Members

  1. def incrementIndex(i: Int): Unit
  2. def index: Int
  3. def parse[T](visitor: Visitor[_, T]): T
  4. def parseArray[T](n: Int, visitor: Visitor[_, T]): T
  5. def parseBin[T](n: Int, visitor: Visitor[_, T]): T
  6. def parseExt[T](n: Int, visitor: Visitor[_, T]): T
  7. def parseMap[T](n: Int, visitor: Visitor[_, T]): T
  8. def parseStr[T](n: Int, visitor: Visitor[_, T]): T
  9. def parseUInt16(i: Int): Int
  10. def parseUInt32(i: Int): Int
  11. def parseUInt64(i: Int): Long
  12. def parseUInt8(i: Int): Int
  13. def setIndex(i: Int): Unit