c

upack

MsgPackReader

class MsgPackReader extends BaseMsgPackReader

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

Instance Constructors

  1. new MsgPackReader(startIndex: Int = 0, 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def byte(i: Int): Byte
    Definition Classes
    MsgPackReaderBaseMsgPackReader
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  7. def dropBufferUntil(i: Int): Unit
    Definition Classes
    MsgPackReaderBaseMsgPackReader
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def incrementIndex(i: Int): Unit
    Definition Classes
    BaseMsgPackReader
  13. def index: Int
    Definition Classes
    BaseMsgPackReader
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def parse[T](visitor: Visitor[_, T]): T
    Definition Classes
    BaseMsgPackReader
  19. def parseArray[T](n: Int, visitor: Visitor[_, T]): T
    Definition Classes
    BaseMsgPackReader
  20. def parseBin[T](n: Int, visitor: Visitor[_, T]): T
    Definition Classes
    BaseMsgPackReader
  21. def parseExt[T](n: Int, visitor: Visitor[_, T]): T
    Definition Classes
    BaseMsgPackReader
  22. def parseMap[T](n: Int, visitor: Visitor[_, T]): T
    Definition Classes
    BaseMsgPackReader
  23. def parseStr[T](n: Int, visitor: Visitor[_, T]): T
    Definition Classes
    BaseMsgPackReader
  24. def parseUInt16(i: Int): Int
    Definition Classes
    BaseMsgPackReader
  25. def parseUInt32(i: Int): Int
    Definition Classes
    BaseMsgPackReader
  26. def parseUInt64(i: Int): Long
    Definition Classes
    BaseMsgPackReader
  27. def parseUInt8(i: Int): Int
    Definition Classes
    BaseMsgPackReader
  28. def setIndex(i: Int): Unit
    Definition Classes
    BaseMsgPackReader
  29. def sliceBytes(i: Int, n: Int): (Array[Byte], Int, Int)
    Definition Classes
    MsgPackReaderBaseMsgPackReader
  30. def sliceString(i: Int, k: Int): String
    Definition Classes
    MsgPackReaderBaseMsgPackReader
  31. val startIndex: Int
    Definition Classes
    MsgPackReaderBaseMsgPackReader
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from BaseMsgPackReader

Inherited from AnyRef

Inherited from Any

Ungrouped