Package test

Class TestLineReader

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected TestLineReader()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      protected int testExec​(java.io.File file)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • _buffer

        final char[] _buffer
    • Constructor Detail

      • TestLineReader

        protected TestLineReader()
    • Method Detail

      • testExec

        protected int testExec​(java.io.File file)
                        throws java.lang.Exception
        Specified by:
        testExec in class BasePerfTest
        Throws:
        java.lang.Exception
      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception