Node Director
Public Member Functions | List of all members
fi.iki.elonen.NanoHTTPD.TempFile Interface Reference

A temp file. More...

Inherited by fi.iki.elonen.NanoHTTPD.DefaultTempFile.

Public Member Functions

void delete () throws Exception
String getName ()
OutputStream open () throws Exception

Detailed Description

A temp file.

Temp files are responsible for managing the actual temporary storage and cleaning themselves up when no longer needed.

Member Function Documentation

void fi.iki.elonen.NanoHTTPD.TempFile.delete ( ) throws Exception
String fi.iki.elonen.NanoHTTPD.TempFile.getName ( )
OutputStream fi.iki.elonen.NanoHTTPD.TempFile.open ( ) throws Exception

The documentation for this interface was generated from the following file: