Input

mcodec.Input
trait Input

Attributes

Source
Input.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

Attributes

Source
Input.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
Input.scala

Attributes

Source
Input.scala

Attributes

Source
Input.scala
def skip(): Unit

Attributes

Source
Input.scala

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

Source
Input.scala
final def skipValue(): Unit

Attributes

Source
Input.scala