Exemplo n.º 1
0
    void close() throws IOException {
      reader.close();

      if (!preserve && fs != null) {
        fs.delete(file, false);
      }
    }