Package test
Class TestLineReader
- java.lang.Object
-
- test.BasePerfTest
-
- test.TestLineReader
-
public final class TestLineReader extends BasePerfTest
-
-
Field Summary
Fields Modifier and Type Field Description (package private) char[]_buffer-
Fields inherited from class test.BasePerfTest
DEFAULT_SECS
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedTestLineReader()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)protected inttestExec(java.io.File file)-
Methods inherited from class test.BasePerfTest
test, test2
-
-
-
-
Method Detail
-
testExec
protected int testExec(java.io.File file) throws java.lang.Exception- Specified by:
testExecin classBasePerfTest- Throws:
java.lang.Exception
-
main
public static void main(java.lang.String[] args) throws java.lang.Exception- Throws:
java.lang.Exception
-
-