Class Utils
java.lang.Object
org.glassfish.jersey.message.internal.Utils
Utility class.
- Author:
- Jakub Podlesak
-
Method Summary
Modifier and TypeMethodDescriptionstatic File
Create an empty file in the default temporary-file directory.
-
Method Details
-
createTempFile
Create an empty file in the default temporary-file directory.- Returns:
- An abstract pathname denoting a newly-created empty file.
- Throws:
IOException
- if a file could not be created.
-