Package org.dishevelled.bio.benchmarks
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 Summary
Constructors Constructor Description Utils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static voidcopyResource(String name, File file)Copy a classpath resource to a file.
-
-
-
Method Detail
-
copyResource
static void copyResource(String name, File file) throws IOException
Copy a classpath resource to a file.- Parameters:
name- classpath resource namefile- file to copy classpath resource to- Throws:
IOException- if an I/O error occurs
-
-