object OffsetPacker
Write MessagePack code at a given position on the buffer and return the written byte length
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- OffsetPacker
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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 packArray32Header(cursor: WriteCursor, arraySize: Int): Unit
- def packArrayHeader(cursor: WriteCursor, arraySize: Int): Unit
- def packBigInteger(cursor: WriteCursor, bi: BigInteger): Unit
- def packBinaryHeader(cursor: WriteCursor, len: Int): Unit
- def packBoolean(cursor: WriteCursor, v: Boolean): Unit
- def packByte(cursor: WriteCursor, v: Byte): Unit
- def packDouble(cursor: WriteCursor, v: Double): Unit
- def packExtTypeHeader(cursor: WriteCursor, extType: Byte, payloadLen: Int): Unit
- def packExtTypeHeader(cursor: WriteCursor, extTypeHeader: ExtTypeHeader): Unit
- def packFloat(cursor: WriteCursor, v: Float): Unit
- def packInt(cursor: WriteCursor, r: Int): Unit
- def packLong(cursor: WriteCursor, v: Long): Unit
- def packMap32Header(cursor: WriteCursor, mapSize: Int): Unit
- def packMapHeader(cursor: WriteCursor, mapSize: Int): Unit
- def packNil(cursor: WriteCursor): Unit
- def packRawStringHeader(cursor: WriteCursor, len: Int): Unit
- def packShort(cursor: WriteCursor, v: Short): Unit
- def packString(cursor: WriteCursor, s: String): Unit
- def packTimestamp(cursor: WriteCursor, v: Instant): Unit
- def packTimestampEpochSecond(cursor: WriteCursor, epochSecond: Long, nanoAdjustment: Int): Unit
- def packValue(cursor: WriteCursor, v: Value): Unit
- 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])
- def writePayload(cursor: WriteCursor, v: Array[Byte], vOffset: Int, length: Int): Unit
- def writePayload(cursor: WriteCursor, v: Array[Byte]): Unit
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated