public interface TempFileCreationStrategy
TempFile utility class to create temporary files.| Modifier and Type | Method and Description |
|---|---|
File |
createTempFile(String prefix,
String suffix)
Creates a new and empty temporary file.
|
File createTempFile(String prefix, String suffix) throws IOException
prefix - The prefix to be used to generate the name of the temporary file.suffix - The suffix to be used to generate the name of the temporary file.IOException - If no temporary file could be created.Copyright © 2007-2022. All Rights Reserved.