public class TemporaryFile extends Object implements Closeable
| 限定符和类型 | 方法和说明 |
|---|---|
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 在接口中 Closeableclose 在接口中 AutoCloseableIOExceptionCopyright © 2024 Cosium. All rights reserved.