Class TempFileInputStream
- java.lang.Object
-
- java.io.InputStream
-
- java.io.FileInputStream
-
- de.hybris.platform.auditreport.service.impl.io.TempFileInputStream
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
public class TempFileInputStream extends java.io.FileInputStreamThis extension toFileInputStreamdeletes the file passed to its constructor as the last operation in theclose()method.- See Also:
FileInputStream
-
-
Constructor Summary
Constructors Constructor Description TempFileInputStream(java.io.File tempTarget)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()-
Methods inherited from class java.io.FileInputStream
available, finalize, getChannel, getFD, read, read, read, skip
-
-