Class Utils


  • public final class Utils
    extends Object
    Utility class.
    Author:
    Jakub Podlesak
    • Method Detail

      • createTempFile

        public static File createTempFile()
                                   throws IOException
        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.