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: DataInputStream)

    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 skipBytes(n: Int): Unit

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

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

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

    Permalink
    Definition Classes
    MsgInBuffer → MsgUnpacker
  23. def unpackArrayHeaderOpt: OptInt

    Permalink
  24. def unpackBigInteger(): BigInteger

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

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

    Permalink
    Definition Classes
    MsgInBuffer → MsgUnpacker
  27. def unpackBooleanOpt: OptBool

    Permalink
  28. def unpackByte(): Byte

    Permalink
    Definition Classes
    MsgInBuffer → MsgUnpacker
  29. def unpackByteOpt: OptByte

    Permalink
  30. def unpackDouble(): Double

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

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

    Permalink
    Definition Classes
    MsgInBuffer → MsgUnpacker
  33. def unpackIntOpt: OptInt

    Permalink
  34. def unpackLong(): Long

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

    Permalink
    Definition Classes
    MsgInBuffer → MsgUnpacker
  36. def unpackMapHeaderOpt: OptInt

    Permalink
  37. def unpackNil(): Unit

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

    Permalink

    returns

    true if success

  39. def unpackRawStringHeader: OptInt

    Permalink
  40. def unpackShort(): Short

    Permalink
    Definition Classes
    MsgInBuffer → MsgUnpacker
  41. def unpackShortOpt: OptShort

    Permalink
  42. def unpackString(): String

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

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

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

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

Inherited from MsgUnpacker

Inherited from AnyRef

Inherited from Any

Ungrouped