class InputStreamMsgPackReader extends BaseMsgPackReader with BufferingInputStreamParser
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InputStreamMsgPackReader
- BufferingInputStreamParser
- BaseMsgPackReader
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new InputStreamMsgPackReader(data: InputStream, minStartBufferSize: Int, maxStartBufferSize: Int)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
byte(i: Int): Byte
- Definition Classes
- BufferingInputStreamParser
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
val
data: InputStream
- Definition Classes
- InputStreamMsgPackReader → BufferingInputStreamParser
-
def
dropBufferUntil(i: Int): Unit
- Definition Classes
- BufferingInputStreamParser
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getLastIdx: Int
- Definition Classes
- BufferingInputStreamParser
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
incrementIndex(i: Int): Unit
- Definition Classes
- BaseMsgPackReader
-
def
index: Int
- Definition Classes
- BaseMsgPackReader
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
maxStartBufferSize: Int
- Definition Classes
- InputStreamMsgPackReader → BufferingInputStreamParser
-
val
minStartBufferSize: Int
- Definition Classes
- InputStreamMsgPackReader → BufferingInputStreamParser
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
parse[T](visitor: Visitor[_, T]): T
- Definition Classes
- BaseMsgPackReader
-
def
parseArray[T](n: Int, visitor: Visitor[_, T]): T
- Definition Classes
- BaseMsgPackReader
-
def
parseBin[T](n: Int, visitor: Visitor[_, T]): T
- Definition Classes
- BaseMsgPackReader
-
def
parseExt[T](n: Int, visitor: Visitor[_, T]): T
- Definition Classes
- BaseMsgPackReader
-
def
parseMap[T](n: Int, visitor: Visitor[_, T]): T
- Definition Classes
- BaseMsgPackReader
-
def
parseStr[T](n: Int, visitor: Visitor[_, T]): T
- Definition Classes
- BaseMsgPackReader
-
def
parseUInt16(i: Int): Int
- Definition Classes
- BaseMsgPackReader
-
def
parseUInt32(i: Int): Int
- Definition Classes
- BaseMsgPackReader
-
def
parseUInt64(i: Int): Long
- Definition Classes
- BaseMsgPackReader
-
def
parseUInt8(i: Int): Int
- Definition Classes
- BaseMsgPackReader
-
def
readDataIntoBuffer(): Boolean
- Definition Classes
- BufferingInputStreamParser
-
def
requestUntil(until: Int): Boolean
- Attributes
- protected
- Definition Classes
- BufferingInputStreamParser
-
def
setIndex(i: Int): Unit
- Definition Classes
- BaseMsgPackReader
-
def
sliceBytes(i: Int, n: Int): (Array[Byte], Int, Int)
- Definition Classes
- BufferingInputStreamParser
-
def
sliceString(i: Int, k: Int): String
- Definition Classes
- BufferingInputStreamParser
-
def
startIndex: Int
- Definition Classes
- InputStreamMsgPackReader → BaseMsgPackReader
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )