X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fde%2Ftodesbaum%2Futil%2Fio%2FTempFileInputStream.java;h=4213debcba62fb39964b651bd24aa4e3f1aa96d3;hb=d24bccd8e90c308d8d52d6d04fee412a6a4c6222;hp=0cefd79c29428721b202d755a02658921a4bf165;hpb=6f1a8216cfba28add0ef365b46a08d16d4eb87fe;p=jSite.git diff --git a/src/de/todesbaum/util/io/TempFileInputStream.java b/src/de/todesbaum/util/io/TempFileInputStream.java index 0cefd79..4213deb 100644 --- a/src/de/todesbaum/util/io/TempFileInputStream.java +++ b/src/de/todesbaum/util/io/TempFileInputStream.java @@ -1,5 +1,5 @@ /* - * todesbaum-lib - + * todesbaum-lib - * Copyright (C) 2006 David Roden * * This program is free software; you can redistribute it and/or modify @@ -46,6 +46,7 @@ public class TempFileInputStream extends FileInputStream { */ public TempFileInputStream(File file) throws FileNotFoundException { super(file); + tempFile = file; } public void close() throws IOException {