Example #1
0
 public void close() {
   try {
     out.close();
   } catch (IOException e) {
   }
 }