コード例 #1
0
 @Override
 public void close() throws IOException {
   flushBefore(raf.length());
   super.close();
   raf.close();
   file.delete();
 }
コード例 #2
0
 @Override
 public void close() throws IOException {
   flushBefore(length());
   super.close();
   ramc.close();
 }