Class

upack

MsgPackReader

Related Doc: package upack

Permalink

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

    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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def byte(i: Int): Byte

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  7. def dropBufferUntil(i: Int): Unit

    Permalink
    Definition Classes
    MsgPackReaderBaseMsgPackReader
  8. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  11. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  12. def incrementIndex(i: Int): Unit

    Permalink
    Definition Classes
    BaseMsgPackReader
  13. def index: Int

    Permalink
    Definition Classes
    BaseMsgPackReader
  14. final def isInstanceOf[T0]: Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  17. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  18. def parse[T](visitor: Visitor[_, T]): T

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    BaseMsgPackReader
  28. def setIndex(i: Int): Unit

    Permalink
    Definition Classes
    BaseMsgPackReader
  29. def sliceBytes(i: Int, n: Int): (Array[Byte], Int, Int)

    Permalink
    Definition Classes
    MsgPackReaderBaseMsgPackReader
  30. def sliceString(i: Int, k: Int): String

    Permalink
    Definition Classes
    MsgPackReaderBaseMsgPackReader
  31. val startIndex: Int

    Permalink
    Definition Classes
    MsgPackReaderBaseMsgPackReader
  32. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  34. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(): Unit

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    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