trait BufferPacker extends Packer
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- BufferPacker
- Packer
- AutoCloseable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def addPayload(src: Array[Byte], offset: Int, length: Int): BufferPacker.this.type
- Definition Classes
- Packer
- abstract def addPayload(src: Array[Byte]): BufferPacker.this.type
- Definition Classes
- Packer
- abstract def clear: Unit
- abstract def close(): Unit
- Definition Classes
- AutoCloseable
- Annotations
- @throws(classOf[java.lang.Exception])
- abstract def packArrayHeader(arraySize: Int): BufferPacker.this.type
- Definition Classes
- Packer
- abstract def packBigInteger(v: BigInteger): BufferPacker.this.type
- Definition Classes
- Packer
- abstract def packBinaryHeader(len: Int): BufferPacker.this.type
- Definition Classes
- Packer
- abstract def packBoolean(v: Boolean): BufferPacker.this.type
- Definition Classes
- Packer
- abstract def packByte(v: Byte): BufferPacker.this.type
- Definition Classes
- Packer
- abstract def packDouble(v: Double): BufferPacker.this.type
- Definition Classes
- Packer
- abstract def packExtensionTypeHeader(extType: Byte, payloadLen: Int): BufferPacker.this.type
- Definition Classes
- Packer
- abstract def packFloat(v: Float): BufferPacker.this.type
- Definition Classes
- Packer
- abstract def packInt(v: Int): BufferPacker.this.type
- Definition Classes
- Packer
- abstract def packLong(v: Long): BufferPacker.this.type
- Definition Classes
- Packer
- abstract def packMapHeader(mapSize: Int): BufferPacker.this.type
- Definition Classes
- Packer
- abstract def packNil: BufferPacker.this.type
- Definition Classes
- Packer
- abstract def packRawStringHeader(len: Int): BufferPacker.this.type
- Definition Classes
- Packer
- abstract def packShort(v: Short): BufferPacker.this.type
- Definition Classes
- Packer
- abstract def packString(v: String): BufferPacker.this.type
- Definition Classes
- Packer
- abstract def packTimestamp(epochSecond: Long, nanoAdjustment: Int = 0): BufferPacker.this.type
if nanoAdjustment == 0 and epochSeconds <= 2^32, it will encode the timestamp using Timestamp32. Otherwise, an appropriate timestamp code is chosen automatically from one of timestamp32, timestamp64, and timestamp96.
if nanoAdjustment == 0 and epochSeconds <= 2^32, it will encode the timestamp using Timestamp32. Otherwise, an appropriate timestamp code is chosen automatically from one of timestamp32, timestamp64, and timestamp96.
- Definition Classes
- Packer
- abstract def packValue(v: Value): BufferPacker.this.type
- Definition Classes
- Packer
- abstract def toByteArray: Array[Byte]
- abstract def writePayload(src: Array[Byte], offset: Int, length: Int): BufferPacker.this.type
- Definition Classes
- Packer
- abstract def writePayload(src: Array[Byte]): BufferPacker.this.type
- Definition Classes
- Packer
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def packExtensionTypeHeader(extensionTypeHeader: ExtTypeHeader): BufferPacker.this.type
- Definition Classes
- Packer
- def packTimestamp(v: Instant): BufferPacker.this.type
- Definition Classes
- Packer
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated