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 Detail

      • delete

        void delete()
             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getName

        java.lang.String getName()
      • open

        java.io.OutputStream open()
                           throws java.lang.Exception
        Throws:
        java.lang.Exception