java.lang.Object
org.glassfish.jersey.message.internal.Utils

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

    • 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.