コード例 #1
0
 @Override
 public void close() throws IOException {
   super.close();
   out.close();
 }
コード例 #2
0
 /** {@inheritDoc} */
 @Override
 public void close() throws IOException {
   super.close();
   delegate.close();
 }