class PureScalaBufferPacker extends BufferPacker
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PureScalaBufferPacker
- BufferPacker
- Packer
- AutoCloseable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new PureScalaBufferPacker()
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
- def addPayload(src: Array[Byte], offset: Int, length: Int): PureScalaBufferPacker.this.type
- Definition Classes
- PureScalaBufferPacker → Packer
- def addPayload(src: Array[Byte]): PureScalaBufferPacker.this.type
- Definition Classes
- PureScalaBufferPacker → Packer
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clear: Unit
- Definition Classes
- PureScalaBufferPacker → BufferPacker
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def close(): Unit
- Definition Classes
- PureScalaBufferPacker → AutoCloseable
- 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 packArrayHeader(arraySize: Int): PureScalaBufferPacker.this.type
- Definition Classes
- PureScalaBufferPacker → Packer
- def packBigInteger(v: BigInteger): PureScalaBufferPacker.this.type
- Definition Classes
- PureScalaBufferPacker → Packer
- def packBinaryHeader(len: Int): PureScalaBufferPacker.this.type
- Definition Classes
- PureScalaBufferPacker → Packer
- def packBoolean(v: Boolean): PureScalaBufferPacker.this.type
- Definition Classes
- PureScalaBufferPacker → Packer
- def packByte(v: Byte): PureScalaBufferPacker.this.type
- Definition Classes
- PureScalaBufferPacker → Packer
- def packDouble(v: Double): PureScalaBufferPacker.this.type
- Definition Classes
- PureScalaBufferPacker → Packer
- def packExtensionTypeHeader(extType: Byte, payloadLen: Int): PureScalaBufferPacker.this.type
- Definition Classes
- PureScalaBufferPacker → Packer
- def packExtensionTypeHeader(extensionTypeHeader: ExtTypeHeader): PureScalaBufferPacker.this.type
- Definition Classes
- Packer
- def packFloat(v: Float): PureScalaBufferPacker.this.type
- Definition Classes
- PureScalaBufferPacker → Packer
- def packInt(v: Int): PureScalaBufferPacker.this.type
- Definition Classes
- PureScalaBufferPacker → Packer
- def packLong(v: Long): PureScalaBufferPacker.this.type
- Definition Classes
- PureScalaBufferPacker → Packer
- def packMapHeader(mapSize: Int): PureScalaBufferPacker.this.type
- Definition Classes
- PureScalaBufferPacker → Packer
- def packNil: PureScalaBufferPacker.this.type
- Definition Classes
- PureScalaBufferPacker → Packer
- def packRawStringHeader(len: Int): PureScalaBufferPacker.this.type
- Definition Classes
- PureScalaBufferPacker → Packer
- def packShort(v: Short): PureScalaBufferPacker.this.type
- Definition Classes
- PureScalaBufferPacker → Packer
- def packString(v: String): PureScalaBufferPacker.this.type
- Definition Classes
- PureScalaBufferPacker → Packer
- def packTimestamp(epochSecond: Long, nanoAdjustment: Int): PureScalaBufferPacker.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
- PureScalaBufferPacker → Packer
- def packTimestamp(v: Instant): PureScalaBufferPacker.this.type
- Definition Classes
- Packer
- def packValue(v: Value): PureScalaBufferPacker.this.type
- Definition Classes
- PureScalaBufferPacker → Packer
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toByteArray: Array[Byte]
- Definition Classes
- PureScalaBufferPacker → BufferPacker
- 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])
- def writePayload(src: Array[Byte], offset: Int, length: Int): PureScalaBufferPacker.this.type
- Definition Classes
- PureScalaBufferPacker → Packer
- def writePayload(src: Array[Byte]): PureScalaBufferPacker.this.type
- Definition Classes
- PureScalaBufferPacker → Packer
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated