final class CborReader extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CborReader
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def advance(amount: Int): Unit
-
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
- def index: Int
- def nextByte(): Long
-
def
nextInitial(): InitialByte
- Annotations
- @tailrec()
- def nextInt(): Long
- def nextLong(): Long
- def nextShort(): Long
- 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
- def unexpected(ib: InitialByte, expected: String): Nothing
- def unsignedSize(info: Int): Int
- def ustr(unsigned: Long): String
- def validateSize(unsigned: Long, what: String): Int