Package org.dishevelled.bio.benchmarks
Class Utils
java.lang.Object
org.dishevelled.bio.benchmarks.Utils
Benchmarks utility methods.
- Since:
- 1.1
- Author:
- Michael Heuer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static voidcopyResource(String name, File file) Copy a classpath resource to a file.
-
Constructor Details
-
Utils
Utils()
-
-
Method Details
-
copyResource
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
-