write abstract method

void write(
  1. String data
)

Writes raw data to the terminal.

Implementation

void write(String data);