Output.append

Append content.

  1. Output append(cstring x)
  2. Output append(Object other)
    class Output
    final
    append
    (
    Object other
    )

Parameters

other Object

An object with a useful toString() method.

Return Value

Type: Output

Returns a chaining reference if all content was written. Throws an IOException indicating Eof or Eob if not.

Remarks: Append the result of other.toString() to the console.

Meta