Class AutoRemoveableFile

java.lang.Object
java.io.File
ws.schild.jave.utils.AutoRemoveableFile
All Implemented Interfaces:
Serializable, AutoCloseable, Comparable<File>

public class AutoRemoveableFile extends File implements AutoCloseable
Use this class in a try-with-resources block to automatically delete the referenced file when this goes out of scope.
Author:
mressler
See Also:
  • Constructor Details

    • AutoRemoveableFile

      public AutoRemoveableFile(File parent, String child)
  • Method Details