Пример #1
0
 public void close() throws IOException {
   if (mBaseFileIsClosedWhenCallClose) {
     mFile.close();
   }
 }