Package fi.iki.elonen
Interface NanoHTTPD.TempFile
-
- All Known Implementing Classes:
NanoHTTPD.DefaultTempFile
- Enclosing class:
- NanoHTTPD
public static interface NanoHTTPD.TempFile
A temp file.Temp files are responsible for managing the actual temporary storage and cleaning themselves up when no longer needed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
delete()
java.lang.String
getName()
java.io.OutputStream
open()
-