@Override
 protected void print(String str) {
   writer.print(str);
 }