Class/Object

msgpack4z

MsgInBuffer

Related Docs: object MsgInBuffer | package msgpack4z

Permalink

final class MsgInBuffer extends MsgUnpacker

Source
MsgInBuffer.scala
Linear Supertypes
MsgUnpacker, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MsgInBuffer
  2. MsgUnpacker
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MsgInBuffer(buf: ByteArrayInputStream)

    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 arrayEnd(): Unit

    Permalink
    Definition Classes
    MsgInBuffer → MsgUnpacker
  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 close(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. def mapEnd(): Unit

    Permalink
    Definition Classes
    MsgInBuffer → MsgUnpacker
  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def nextType(): MsgType

    Permalink
    Definition Classes
    MsgInBuffer → MsgUnpacker
  17. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  19. def readPayload(a: Array[Byte]): Unit

    Permalink
    Definition Classes
    MsgInBuffer → MsgUnpacker
  20. def readPayload(length: Int): Array[Byte]

    Permalink
    Definition Classes
    MsgInBuffer → MsgUnpacker
  21. def skipBytes(n: Int): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  24. def unpackArrayHeader(): Int

    Permalink
    Definition Classes
    MsgInBuffer → MsgUnpacker
  25. def unpackArrayHeaderOpt(): OptInt

    Permalink
  26. def unpackBigInteger(): BigInteger

    Permalink
    Definition Classes
    MsgInBuffer → MsgUnpacker
  27. def unpackBinary(): Array[Byte]

    Permalink
    Definition Classes
    MsgInBuffer → MsgUnpacker
  28. def unpackBoolean(): Boolean

    Permalink
    Definition Classes
    MsgInBuffer → MsgUnpacker
  29. def unpackBooleanOpt(): OptBool

    Permalink
  30. def unpackByte(): Byte

    Permalink
    Definition Classes
    MsgInBuffer → MsgUnpacker
  31. def unpackByteOpt(): OptByte

    Permalink
  32. def unpackDouble(): Double

    Permalink
    Definition Classes
    MsgInBuffer → MsgUnpacker
  33. def unpackExtTypeHeader(): ExtTypeHeader

    Permalink
    Definition Classes
    MsgInBuffer → MsgUnpacker
  34. def unpackFloat(): Float

    Permalink
    Definition Classes
    MsgInBuffer → MsgUnpacker
  35. def unpackInt(): Int

    Permalink
    Definition Classes
    MsgInBuffer → MsgUnpacker
  36. def unpackIntOpt(): OptInt

    Permalink
  37. def unpackLong(): Long

    Permalink
    Definition Classes
    MsgInBuffer → MsgUnpacker
  38. def unpackMapHeader(): Int

    Permalink
    Definition Classes
    MsgInBuffer → MsgUnpacker
  39. def unpackMapHeaderOpt(): OptInt

    Permalink
  40. def unpackNil(): Unit

    Permalink
    Definition Classes
    MsgInBuffer → MsgUnpacker
  41. def unpackNilWithCheck(): Boolean

    Permalink

    returns

    true if success

  42. def unpackRawStringHeader: OptInt

    Permalink
  43. def unpackShort(): Short

    Permalink
    Definition Classes
    MsgInBuffer → MsgUnpacker
  44. def unpackShortOpt(): OptShort

    Permalink
  45. def unpackString(): String

    Permalink
    Definition Classes
    MsgInBuffer → MsgUnpacker
  46. final def wait(): Unit

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

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

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

Inherited from MsgUnpacker

Inherited from AnyRef

Inherited from Any

Ungrouped