public class TemporaryFile extends Object implements Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static TemporaryFile |
create(org.apache.maven.plugin.logging.Log log,
String virtualName) |
InputStream |
newInputStream() |
OutputStream |
newOutputStream() |
long |
size() |
public static TemporaryFile create(org.apache.maven.plugin.logging.Log log, String virtualName)
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.