class CborListInput extends CborSequentialInput with ListInput
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CborListInput
- ListInput
- CborSequentialInput
- SequentialInput
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new CborListInput(reader: CborReader, size: Int, fieldLabels: FieldLabels)
Value Members
-
def
hasNext: Boolean
- Definition Classes
- CborSequentialInput → SequentialInput
-
def
iterator[A](readFun: (Input) ⇒ A): Iterator[A]
- Definition Classes
- ListInput
-
def
nextElement(): CborInput
Returns an Input representing next element in a sequence of values represented by this ListInput.
Returns an Input representing next element in a sequence of values represented by this ListInput. Returned Input instance must be fully exhausted before calling
nextElement()
next time.- Definition Classes
- CborListInput → ListInput
-
def
skipRemaining(): Unit
- Definition Classes
- ListInput → SequentialInput