Class

wvlet.airframe.msgpack.impl

BufferPackerImpl

Related Doc: package impl

Permalink

class BufferPackerImpl extends PackerImpl with BufferPacker

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

Instance Constructors

  1. new BufferPackerImpl(bufferPacker: MessageBufferPacker)

    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): BufferPackerImpl.this.type

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

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

    Permalink
    Definition Classes
    Any
  7. def clear: Unit

    Permalink
    Definition Classes
    BufferPackerImplBufferPacker
  8. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  19. def packArrayHeader(arraySize: Int): BufferPackerImpl.this.type

    Permalink
    Definition Classes
    PackerImplPacker
  20. def packBigInteger(v: BigInteger): BufferPackerImpl.this.type

    Permalink
    Definition Classes
    PackerImplPacker
  21. def packBinaryHeader(len: Int): BufferPackerImpl.this.type

    Permalink
    Definition Classes
    PackerImplPacker
  22. def packBoolean(v: Boolean): BufferPackerImpl.this.type

    Permalink
    Definition Classes
    PackerImplPacker
  23. def packByte(v: Byte): BufferPackerImpl.this.type

    Permalink
    Definition Classes
    PackerImplPacker
  24. def packDouble(v: Double): BufferPackerImpl.this.type

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

    Permalink
    Definition Classes
    PackerImplPacker
  26. def packExtensionTypeHeader(extensionTypeHeader: ExtTypeHeader): BufferPackerImpl.this.type

    Permalink
    Definition Classes
    Packer
  27. def packFloat(v: Float): BufferPackerImpl.this.type

    Permalink
    Definition Classes
    PackerImplPacker
  28. def packInt(v: Int): BufferPackerImpl.this.type

    Permalink
    Definition Classes
    PackerImplPacker
  29. def packLong(v: Long): BufferPackerImpl.this.type

    Permalink
    Definition Classes
    PackerImplPacker
  30. def packMapHeader(mapSize: Int): BufferPackerImpl.this.type

    Permalink
    Definition Classes
    PackerImplPacker
  31. def packNil: BufferPackerImpl.this.type

    Permalink
    Definition Classes
    PackerImplPacker
  32. def packRawStringHeader(len: Int): BufferPackerImpl.this.type

    Permalink
    Definition Classes
    PackerImplPacker
  33. def packShort(v: Short): BufferPackerImpl.this.type

    Permalink
    Definition Classes
    PackerImplPacker
  34. def packString(v: String): BufferPackerImpl.this.type

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

    Permalink
    Definition Classes
    PackerImplPacker
  36. def packTimestamp(v: Instant): BufferPackerImpl.this.type

    Permalink
    Definition Classes
    Packer
  37. def packValue(v: Value): BufferPackerImpl.this.type

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

    Permalink
    Definition Classes
    AnyRef
  39. def toByteArray: Array[Byte]

    Permalink
    Definition Classes
    BufferPackerImplBufferPacker
  40. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  41. final def wait(): Unit

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

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

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

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

    Permalink
    Definition Classes
    PackerImplPacker

Inherited from BufferPacker

Inherited from PackerImpl

Inherited from Packer

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped