CborInput

mcodec.CborInput
class CborInput(reader: CborReader) extends InputAndSimpleInput

Attributes

Source
CborInput.scala
Graph
Supertypes
trait SimpleInput
trait Input
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Value members

Concrete methods

override def peekKind(): InputKind

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
override def readBinary(): Array[Byte]

Attributes

Definition Classes
Source
CborInput.scala

Attributes

Source
CborInput.scala

Attributes

Source
CborInput.scala
override def readFloat(): Float

Attributes

Definition Classes
Source
CborInput.scala
def readInt(): Int

Attributes

Source
CborInput.scala

Attributes

Source
CborInput.scala
def readLong(): Long

Attributes

Source
CborInput.scala
def readNull(): Boolean

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
override def readTimestamp(): Long

Attributes

Definition Classes
Source
CborInput.scala
def skip(): Unit

Attributes

Source
CborInput.scala

Inherited methods

def readByte(): Byte

Attributes

Inherited from:
SimpleInput
Source
Input.scala
def readChar(): Char

Attributes

Inherited from:
SimpleInput
Source
Input.scala
def readShort(): Short

Attributes

Inherited from:
SimpleInput
Source
Input.scala
final def readSimple(): SimpleInput

Attributes

Inherited from:
InputAndSimpleInput
Source
Input.scala
final def skipValue(): Unit

Attributes

Inherited from:
Input
Source
Input.scala