Class

upack

BaseMsgPackReader

Related Doc: package upack

Permalink

abstract class BaseMsgPackReader extends BufferingByteParser

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

Instance Constructors

  1. new BaseMsgPackReader()

    Permalink

Abstract Value Members

  1. abstract def readDataIntoBuffer(buffer: Array[Byte], bufferOffset: Int): (Array[Byte], Boolean, Int)

    Permalink
    Definition Classes
    BufferingByteParser

Concrete 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. def dropBufferUntil(i: Int): Unit

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

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

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

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

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

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

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

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

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

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

    Permalink
  18. def getLastIdx: Int

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

    Permalink
    Definition Classes
    BufferingByteParser
  20. def hashCode(): Int

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

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

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

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

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

    Permalink
  26. def parseArray[T](n: Int, visitor: Visitor[_, T]): T

    Permalink
  27. def parseBin[T](n: Int, visitor: Visitor[_, T]): T

    Permalink
  28. def parseExt[T](n: Int, visitor: Visitor[_, T]): T

    Permalink
  29. def parseMap[T](n: Int, visitor: Visitor[_, T]): T

    Permalink
  30. def parseStr[T](n: Int, visitor: Visitor[_, T]): T

    Permalink
  31. def parseUInt16(i: Int): Int

    Permalink
  32. def parseUInt32(i: Int): Int

    Permalink
  33. def parseUInt64(i: Int): Long

    Permalink
  34. def parseUInt8(i: Int): Int

    Permalink
  35. def requestUntil(until: Int): Boolean

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

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

    Permalink
    Definition Classes
    BufferingByteParser
  38. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

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

Inherited from BufferingByteParser

Inherited from AnyRef

Inherited from Any

Ungrouped