write abstract method

void write(
  1. int file,
  2. String text
)

Implementation

void write(int file, String text);