public static class NanoHTTPD.DefaultTempFile extends Object implements NanoHTTPD.TempFile
Modifier and Type | Field and Description |
---|---|
protected File |
file |
protected OutputStream |
fstream |
Constructor and Description |
---|
DefaultTempFile(File tempdir) |
protected final File file
protected final OutputStream fstream
public DefaultTempFile(File tempdir) throws IOException
IOException
public void delete() throws Exception
delete
in interface NanoHTTPD.TempFile
Exception
public String getName()
getName
in interface NanoHTTPD.TempFile
public OutputStream open()
open
in interface NanoHTTPD.TempFile
Copyright © 2019 SimiaCryptus Software. All rights reserved.