final class CborReader extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CborReader
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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 advance(amount: Int): Unit
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
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()
- val data: RawCbor
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def index: Int
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nextByte(): Long
-
def
nextInitial(): InitialByte
- Annotations
- @tailrec()
- def nextInt(): Long
- def nextLong(): Long
- def nextShort(): Long
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def openIndefinites: Int
-
def
peekInitial(i: Int = idx): InitialByte
- Annotations
- @tailrec()
- def readSigned(major: MajorType, info: Int): Long
- def readSizedBytes(info: Int): Array[Byte]
- def readSizedText(info: Int): String
- def readUnsigned(info: Int): Long
-
def
requireTag(cond: (Tag) ⇒ Boolean, error: String): Tag
- Annotations
- @tailrec()
- def reset(index: Int): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def unexpected(ib: InitialByte, expected: String): Nothing
- def unsignedSize(info: Int): Int
- def ustr(unsigned: Long): String
- def validateSize(unsigned: Long, what: String): Int
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )