Class/Object

wvlet.airframe.msgpack.impl

PackerImpl

Related Docs: object PackerImpl | package impl

Permalink

class PackerImpl extends Packer

Adapter to msgpack-core's MessagePacker

Linear Supertypes
Packer, AutoCloseable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PackerImpl
  2. Packer
  3. AutoCloseable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PackerImpl(packer: MessagePacker)

    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 addPayload(src: Array[Byte], offset: Int, length: Int): PackerImpl.this.type

    Permalink
    Definition Classes
    PackerImplPacker
  5. def addPayload(src: Array[Byte]): PackerImpl.this.type

    Permalink
    Definition Classes
    PackerImplPacker
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

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

    Permalink
    Definition Classes
    PackerImpl → AutoCloseable
  9. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  16. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  17. def packArrayHeader(arraySize: Int): PackerImpl.this.type

    Permalink
    Definition Classes
    PackerImplPacker
  18. def packBigInteger(v: BigInteger): PackerImpl.this.type

    Permalink
    Definition Classes
    PackerImplPacker
  19. def packBinaryHeader(len: Int): PackerImpl.this.type

    Permalink
    Definition Classes
    PackerImplPacker
  20. def packBoolean(v: Boolean): PackerImpl.this.type

    Permalink
    Definition Classes
    PackerImplPacker
  21. def packByte(v: Byte): PackerImpl.this.type

    Permalink
    Definition Classes
    PackerImplPacker
  22. def packDouble(v: Double): PackerImpl.this.type

    Permalink
    Definition Classes
    PackerImplPacker
  23. def packExtensionTypeHeader(extType: Byte, payloadLen: Int): PackerImpl.this.type

    Permalink
    Definition Classes
    PackerImplPacker
  24. def packExtensionTypeHeader(extensionTypeHeader: ExtTypeHeader): PackerImpl.this.type

    Permalink
    Definition Classes
    Packer
  25. def packFloat(v: Float): PackerImpl.this.type

    Permalink
    Definition Classes
    PackerImplPacker
  26. def packInt(v: Int): PackerImpl.this.type

    Permalink
    Definition Classes
    PackerImplPacker
  27. def packLong(v: Long): PackerImpl.this.type

    Permalink
    Definition Classes
    PackerImplPacker
  28. def packMapHeader(mapSize: Int): PackerImpl.this.type

    Permalink
    Definition Classes
    PackerImplPacker
  29. def packNil: PackerImpl.this.type

    Permalink
    Definition Classes
    PackerImplPacker
  30. def packRawStringHeader(len: Int): PackerImpl.this.type

    Permalink
    Definition Classes
    PackerImplPacker
  31. def packShort(v: Short): PackerImpl.this.type

    Permalink
    Definition Classes
    PackerImplPacker
  32. def packString(v: String): PackerImpl.this.type

    Permalink
    Definition Classes
    PackerImplPacker
  33. def packTimestamp(epochSecond: Long, nanoAdjustment: Int): PackerImpl.this.type

    Permalink
    Definition Classes
    PackerImplPacker
  34. def packTimestamp(v: Instant): PackerImpl.this.type

    Permalink
    Definition Classes
    Packer
  35. def packValue(v: Value): PackerImpl.this.type

    Permalink
    Definition Classes
    PackerImplPacker
  36. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  38. def totalByteSize: Long

    Permalink
    Definition Classes
    PackerImplPacker
  39. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def writePayload(src: Array[Byte], offset: Int, length: Int): PackerImpl.this.type

    Permalink
    Definition Classes
    PackerImplPacker
  43. def writePayload(src: Array[Byte]): PackerImpl.this.type

    Permalink
    Definition Classes
    PackerImplPacker

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Packer

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped