Package VASSAL.tools.io
Interface TemporaryFileFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
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
-