class CborListInput extends CborSequentialInput with ListInput

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CborListInput
  2. ListInput
  3. CborSequentialInput
  4. SequentialInput
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CborListInput(reader: CborReader, size: Int, fieldLabels: FieldLabels)

Value Members

  1. def hasNext: Boolean
    Definition Classes
    CborSequentialInputSequentialInput
  2. def iterator[A](readFun: (Input) ⇒ A): Iterator[A]
    Definition Classes
    ListInput
  3. 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
    CborListInputListInput
  4. def skipRemaining(): Unit
    Definition Classes
    ListInputSequentialInput