- All Implemented Interfaces:
- java.io.Closeable, java.lang.AutoCloseable
public class TempFileInputStream
extends java.io.FileInputStream
An input stream for a temporary file that gets unused after the stream is gc'd.
So this FileInputStream extension deletes the file when it is finalized.