write abstract method

void write(
  1. String data
)

Writes output data back to the terminal.

Implementation

void write(String data);