Class

upack

InputStreamMsgPackReader

Related Doc: package upack

Permalink

class InputStreamMsgPackReader extends BaseMsgPackReader with BufferingInputStreamParser

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

Instance Constructors

  1. new InputStreamMsgPackReader(inputStream: InputStream, minBufferStartSize: Int = ..., maxBufferStartSize: 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. 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
    Definition Classes
    BaseMsgPackReader
  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. val inputStream: InputStream

    Permalink
    Definition Classes
    InputStreamMsgPackReader → BufferingInputStreamParser
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. val maxBufferStartSize: Int

    Permalink
    Definition Classes
    InputStreamMsgPackReader → BufferingInputStreamParser
  24. val minBufferStartSize: Int

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    BaseMsgPackReader
  38. def readDataIntoBuffer(buffer: Array[Byte], bufferOffset: Int): (Array[Byte], Boolean, Int)

    Permalink
    Definition Classes
    BufferingInputStreamParser → BufferingByteParser
  39. def requestUntil(until: Int): Boolean

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

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

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

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

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

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

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

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

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

Inherited from BufferingInputStreamParser

Inherited from BaseMsgPackReader

Inherited from BufferingByteParser

Inherited from AnyRef

Inherited from Any

Ungrouped