CborItem

fs2.data.cbor.low.CborItem
See theCborItem companion object
sealed trait CborItem

A low-level CBOR item. Items are emitted as soon as they are complete They can be used for reading/writing streamed CBOR data, including indefinite length arrays, maps, or strings.

Attributes

Companion
object
Source
model.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Break.type
class ByteString
object False.type
class Float16
class Float32
class Float64
class NegativeInt
object Null.type
class PositiveInt
class SimpleValue
class StartArray
object StartIndefiniteArray.type
object StartIndefiniteMap.type
class StartMap
class Tag
class TextString
object True.type
object Undefined.type
Show all
In this article