Class InputStreamUtil


  • public class InputStreamUtil
    extends Object
    • Constructor Detail

      • InputStreamUtil

        public InputStreamUtil()
    • Method Detail

      • countLines

        public static int countLines​(String filename)
                              throws IOException
        Count number of lines in a file
        Parameters:
        filename -
        Returns:
        Throws:
        IOException