Class

com.rallyhealth.weepack.v1

InputStreamMsgPackParser

Related Doc: package v1

Permalink

class InputStreamMsgPackParser extends BaseMsgPackParser with BufferingInputStreamParser

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InputStreamMsgPackParser
  2. BufferingInputStreamParser
  3. BaseMsgPackParser
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InputStreamMsgPackParser(data: InputStream, minStartBufferSize: Int, maxStartBufferSize: Int)

    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
    BufferingInputStreamParser
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val data: InputStream

    Permalink
  8. def dropBufferUntil(i: Int): Unit

    Permalink
    Definition Classes
    BufferingInputStreamParser
  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. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def getLastIdx: Int

    Permalink
    Definition Classes
    BufferingInputStreamParser
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. def incrementIndex(i: Int): Unit

    Permalink
    Definition Classes
    BaseMsgPackParser
  16. def index: Int

    Permalink
    Definition Classes
    BaseMsgPackParser
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. val maxStartBufferSize: Int

    Permalink
  19. val minStartBufferSize: Int

    Permalink
  20. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    BaseMsgPackParser
  29. def parseUInt16(i: Int): Int

    Permalink
    Definition Classes
    BaseMsgPackParser
  30. def parseUInt32(i: Int): Int

    Permalink
    Definition Classes
    BaseMsgPackParser
  31. def parseUInt64(i: Int): Long

    Permalink
    Definition Classes
    BaseMsgPackParser
  32. def parseUInt8(i: Int): Int

    Permalink
    Definition Classes
    BaseMsgPackParser
  33. def readDataIntoBuffer(): Boolean

    Permalink
    Definition Classes
    BufferingInputStreamParser
  34. def requestUntil(until: Int): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    BufferingInputStreamParser
  35. def setIndex(i: Int): Unit

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

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

    Permalink
    Definition Classes
    BufferingInputStreamParser
  38. def startIndex: Int

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  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 BaseMsgPackParser

Inherited from AnyRef

Inherited from Any

Ungrouped