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