Class TempFileInputStream

java.lang.Object
java.io.InputStream
java.io.FileInputStream
de.hybris.platform.auditreport.service.impl.io.TempFileInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class TempFileInputStream extends FileInputStream
This extension to FileInputStream deletes the file passed to its constructor as the last operation in the close() method.
See Also: