Package mock
Class MockLoad
- java.lang.Object
-
- mock.MockLoad
-
public class MockLoad extends Object
-
-
Constructor Summary
Constructors Constructor Description MockLoad()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
build(File baseDir, long averageDuration, PrintStream out)
static void
main(String... args)
static String
toHexString(byte[] data)
-
-
-
Method Detail
-
build
public static boolean build(File baseDir, long averageDuration, PrintStream out) throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
toHexString
public static String toHexString(byte[] data)
-
-