Package VASSAL.tools.io
Interface TemporaryFileFactory
public interface TemporaryFileFactory
A factory for temporary files.
- Since:
- 3.2.0
- Author:
- Joel Uckelman
-
Method Summary
-
Method Details
-
create
Creates a temporary file.- Returns:
- a temporary file
- Throws:
IOException
- if the file cannot be created
-