write abstract method

void write(
  1. String text
)

writes data to the Terminal

Implementation

void write(String text);