コード例 #1
0
ファイル: writer_adapter.java プロジェクト: google/ideal
 public void close() {
   try {
     out.close();
   } catch (IOException e) {
   }
 }