c

upack

InputStreamMsgPackReader

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)

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

Inherited from BaseMsgPackReader

Inherited from AnyRef

Inherited from Any

Ungrouped