public class TemporaryFile extends Object implements Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static TemporaryFile |
create() |
InputStream |
newInputStream() |
OutputStream |
newOutputStream() |
long |
size() |
public static TemporaryFile create()
public OutputStream newOutputStream() throws IOException
IOExceptionpublic InputStream newInputStream() throws IOException
IOExceptionpublic long size()
throws IOException
IOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2019 Cosium. All rights reserved.