Class Utils

java.lang.Object
org.dishevelled.bio.benchmarks.Utils

final class Utils extends Object
Benchmarks utility methods.
Since:
1.1
Author:
Michael Heuer
  • Constructor Details

    • Utils

      Utils()
  • Method Details

    • copyResource

      static void copyResource(String name, File file) throws IOException
      Copy a classpath resource to a file.
      Parameters:
      name - classpath resource name
      file - file to copy classpath resource to
      Throws:
      IOException - if an I/O error occurs