msgpack4z

MsgInBuffer

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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MsgInBuffer(buf: DataInputStream)

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

    Definition Classes
    MsgInBuffer → MsgUnpacker
  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def close(): Unit

    Definition Classes
    MsgInBuffer → MsgUnpacker
  8. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  14. def mapEnd(): Unit

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

    Definition Classes
    AnyRef
  16. def nextType(): MsgType

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

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

    Definition Classes
    AnyRef
  19. def skipBytes(n: Int): Unit

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

    Definition Classes
    AnyRef
  21. def toString(): String

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

    Definition Classes
    MsgInBuffer → MsgUnpacker
  23. def unpackArrayHeaderOpt: OptInt

  24. def unpackBigInteger(): BigInteger

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

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

    Definition Classes
    MsgInBuffer → MsgUnpacker
  27. def unpackBooleanOpt: OptBool

  28. def unpackByte(): Byte

    Definition Classes
    MsgInBuffer → MsgUnpacker
  29. def unpackByteOpt: OptByte

  30. def unpackDouble(): Double

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

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

    Definition Classes
    MsgInBuffer → MsgUnpacker
  33. def unpackIntOpt: OptInt

  34. def unpackLong(): Long

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

    Definition Classes
    MsgInBuffer → MsgUnpacker
  36. def unpackMapHeaderOpt: OptInt

  37. def unpackNil(): Unit

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

    returns

    true if success

  39. def unpackRawStringHeader: OptInt

  40. def unpackShort(): Short

    Definition Classes
    MsgInBuffer → MsgUnpacker
  41. def unpackShortOpt: OptShort

  42. def unpackString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from MsgUnpacker

Inherited from AnyRef

Inherited from Any

Ungrouped