CborListInput

halotukozak.mcodec.CborListInput
final class CborListInput(reader: CborReader) extends ListInput

Attributes

Source
CborInput.scala
Graph
Supertypes
trait ListInput
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def hasNext: Boolean

Attributes

Source
CborInput.scala

The next element. Must be fully consumed before the next nextElement() / hasNext call — backends may hand back a single reused instance.

The next element. Must be fully consumed before the next nextElement() / hasNext call — backends may hand back a single reused instance.

Attributes

Source
CborInput.scala

Inherited methods

def skipRemaining(): Unit

Attributes

Inherited from:
ListInput
Source
Input.scala