CborInput
mcodec.CborInput
class CborInput(reader: CborReader) extends InputAndSimpleInput
Attributes
- Source
- CborInput.scala
- Graph
-
- Supertypes
-
trait InputAndSimpleInputtrait SimpleInputtrait Inputclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class CborFieldInput
Members list
Value members
Concrete methods
Non-consuming probe of the next value's kind. Default backends that cannot peek throw; backends used for flat-sum/@outOfOrder capture (JSON, CBOR) override it.
Non-consuming probe of the next value's kind. Default backends that cannot peek throw; backends used for flat-sum/@outOfOrder capture (JSON, CBOR) override it.
Attributes
- Definition Classes
- Source
- CborInput.scala
Attributes
- Source
- CborInput.scala
Attributes
- Source
- CborInput.scala
Attributes
- Definition Classes
- Source
- CborInput.scala
Attributes
- Source
- CborInput.scala
Attributes
- Source
- CborInput.scala
Attributes
- Definition Classes
- Source
- CborInput.scala
Attributes
- Source
- CborInput.scala
Attributes
- Source
- CborInput.scala
Attributes
- Source
- CborInput.scala
Returns true (and consumes the value) if it is null, otherwise returns false and leaves the cursor.
Returns true (and consumes the value) if it is null, otherwise returns false and leaves the cursor.
Attributes
- Source
- CborInput.scala
Attributes
- Source
- CborInput.scala
Attributes
- Source
- CborInput.scala
Attributes
- Definition Classes
- Source
- CborInput.scala
Attributes
- Source
- CborInput.scala
Inherited methods
Attributes
- Inherited from:
- SimpleInput
- Source
- Input.scala
Attributes
- Inherited from:
- SimpleInput
- Source
- Input.scala
Attributes
- Inherited from:
- SimpleInput
- Source
- Input.scala
Attributes
- Inherited from:
- InputAndSimpleInput
- Source
- Input.scala
Attributes
- Inherited from:
- Input
- Source
- Input.scala
In this article