Class XTxtReader


  • public final class XTxtReader
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      XTxtReader()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean readLine​(java.lang.String path, java.util.function.Consumer<java.lang.String> func)  
      static java.util.List<java.lang.String> readLineAll​(java.lang.String path)  
      • Methods inherited from class java.lang.Object

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

      • XTxtReader

        public XTxtReader()
    • Method Detail

      • readLineAll

        public static java.util.List<java.lang.String> readLineAll​(java.lang.String path)
      • readLine

        public static boolean readLine​(java.lang.String path,
                                       java.util.function.Consumer<java.lang.String> func)