class CborListOutput extends BaseCborOutput with ListOutput

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CborListOutput
  2. ListOutput
  3. SequentialOutput
  4. BaseCborOutput
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CborListOutput(out: DataOutput, fieldLabels: FieldLabels, size: Int)

Value Members

  1. def finish(): Unit

    Indicates that all elements or fields in this SequentialOutput have been written.

    Indicates that all elements or fields in this SequentialOutput have been written. This method MUST always be called after list/object writing has been finished.

    Definition Classes
    CborListOutputSequentialOutput
  2. def writeElement(): Output

    Returns an Output representing next element in this list.

    Returns an Output representing next element in this list. This Output instance MUST be fully used before calling writeElement next time. That means, one can NOT simultaneously use multiple instances of Output returned by subsequent calls to this method.

    Definition Classes
    CborListOutputListOutput
  3. def writeSigned(value: Long): Unit
    Definition Classes
    BaseCborOutput