Exemplo n.º 1
0
 @Override
 public void flush() throws IOException {
   if (writer != null) {
     writer.flush();
   }
 }