public class DefaultTempFile extends Object implements ITempFile
By default, files are created by File.createTempFile() in the directory specified.
File.createTempFile()
DefaultTempFile(File tempdir)
void
delete()
String
getName()
OutputStream
open()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DefaultTempFile(File tempdir) throws IOException
IOException
public void delete() throws Exception
delete
ITempFile
Exception
public String getName()
getName
public OutputStream open() throws Exception
open
Copyright © 2012–2020 nanohttpd. All rights reserved.