write abstract method

void write(
  1. String data
)

Writes data to the terminal output.

Implementation

void write(String data);