o

wvlet.airframe.msgpack.spi

OffsetUnpacker

object OffsetUnpacker

Read a message pack data from a given offset in the buffer. The last read byte length can be checked by calling ReadCursor.lastReadLength method.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OffsetUnpacker
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def peekNextFormat(cursor: ReadCursor): MessageFormat
  15. def readPayload(cursor: ReadCursor, length: Int, dest: WriteBuffer, destIndex: Int): ReadBuffer

    Read a payload of the given length from the given buffer[position], and write the result to the destination buffer.

    Read a payload of the given length from the given buffer[position], and write the result to the destination buffer.

    returns

    A slice (shallow copy) of the destination buffer

  16. def readPayload(cursor: ReadCursor, length: Int, dest: Array[Byte], destOffset: Int): Unit
  17. def readPayload(cursor: ReadCursor, length: Int): Array[Byte]
  18. def skipPayload(cursor: ReadCursor, numBytes: Int): Unit
  19. def skipValue(cursor: ReadCursor, skipCount: Int = 1): Unit
  20. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. def tryUnpackNil(cursor: ReadCursor): Boolean
  23. def unpackArrayHeader(cursor: ReadCursor): Int
  24. def unpackBigInteger(cursor: ReadCursor): BigInteger
  25. def unpackBinaryHeader(cursor: ReadCursor): Int
  26. def unpackBoolean(cursor: ReadCursor): Boolean
  27. def unpackByte(cursor: ReadCursor): Byte
  28. def unpackDouble(cursor: ReadCursor): Double
  29. def unpackExt(extHeader: ExtTypeHeader, cursor: ReadCursor): Value
  30. def unpackExtTypeHeader(cursor: ReadCursor): ExtTypeHeader
  31. def unpackFloat(cursor: ReadCursor): Float
  32. def unpackInt(cursor: ReadCursor): Int
  33. def unpackLong(cursor: ReadCursor): Long
  34. def unpackMapHeader(cursor: ReadCursor): Int
  35. def unpackNil(cursor: ReadCursor): Unit
  36. def unpackRawStringHeader(cursor: ReadCursor): Int
  37. def unpackShort(cursor: ReadCursor): Short
  38. def unpackString(cursor: ReadCursor): String
  39. def unpackTimestamp(extTypeHeader: ExtTypeHeader, cursor: ReadCursor): Instant
  40. def unpackTimestamp(cursor: ReadCursor): Instant
  41. def unpackValue(cursor: ReadCursor): Value
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped