Class DeleteFileInputStream

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public class DeleteFileInputStream
    extends FileInputStream
    Deletes the file after the stream has been closed, which is interesting when working with temporary files.
    Author:
    Werner Donné