final class CborReader extends AnyRef

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

Instance Constructors

  1. new CborReader(data: RawCbor)

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. def advance(amount: Int): Unit
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. def closeIndefinites(expectedDepth: Int): Unit

    Consumes any dangling Break bytes in order to close any unclosed nested indefinite length values.

    Consumes any dangling Break bytes in order to close any unclosed nested indefinite length values.

    Annotations
    @tailrec()
  8. val data: RawCbor
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def index: Int
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def nextByte(): Long
  18. def nextInitial(): InitialByte
    Annotations
    @tailrec()
  19. def nextInt(): Long
  20. def nextLong(): Long
  21. def nextShort(): Long
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def openIndefinites: Int
  25. def peekInitial(i: Int = idx): InitialByte
    Annotations
    @tailrec()
  26. def readSigned(major: MajorType, info: Int): Long
  27. def readSizedBytes(info: Int): Array[Byte]
  28. def readSizedText(info: Int): String
  29. def readUnsigned(info: Int): Long
  30. def requireTag(cond: (Tag) ⇒ Boolean, error: String): Tag
    Annotations
    @tailrec()
  31. def reset(index: Int): Unit
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. def unexpected(ib: InitialByte, expected: String): Nothing
  35. def unsignedSize(info: Int): Int
  36. def ustr(unsigned: Long): String
  37. def validateSize(unsigned: Long, what: String): Int
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped