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
IOExceptionpublic void delete()
throws Exception
delete in interface NanoHTTPD.TempFileExceptionpublic String getName()
getName in interface NanoHTTPD.TempFilepublic OutputStream open()
open in interface NanoHTTPD.TempFileCopyright © 2019 SimiaCryptus Software. All rights reserved.