Esempio n. 1
0
 @Override
 public void flushBuffer() throws IOException {
   if (!_out.isClosed()) _out.flush();
 }