version 0.4.2, delete temp file on close in TempFileInputStream
[jSite.git] / src / de / todesbaum / util / io / TempFileInputStream.java
index 0cefd79..ba86151 100644 (file)
@@ -46,6 +46,7 @@ public class TempFileInputStream extends FileInputStream {
         */
        public TempFileInputStream(File file) throws FileNotFoundException {
                super(file);
+               tempFile = file;
        }
 
        public void close() throws IOException {