Class

upack

InputStreamMsgPackReader

Related Doc: package upack

Permalink

class InputStreamMsgPackReader extends BaseMsgPackReader with BufferingInputStreamParser

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

Instance Constructors

  1. new InputStreamMsgPackReader(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
    @HotSpotIntrinsicCandidate() @throws( ... )
  7. val data: InputStream

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

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

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

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

    Permalink
    Definition Classes
    BaseMsgPackReader
  15. def index: Int

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

    Permalink
    Definition Classes
    Any
  17. val maxStartBufferSize: Int

    Permalink
    Definition Classes
    InputStreamMsgPackReader → BufferingInputStreamParser
  18. val minStartBufferSize: Int

    Permalink
    Definition Classes
    InputStreamMsgPackReader → BufferingInputStreamParser
  19. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    BaseMsgPackReader
  32. def readDataIntoBuffer(): Boolean

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

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

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

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

    Permalink
    Definition Classes
    BufferingInputStreamParser
  37. def startIndex: Int

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. 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 BufferingInputStreamParser

Inherited from BaseMsgPackReader

Inherited from AnyRef

Inherited from Any

Ungrouped