Class DatLoadFileReader


  • public class DatLoadFileReader
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void withEachRecord​(java.io.File sourceFile, java.util.function.Consumer<java.util.LinkedHashMap<java.lang.String,​java.lang.String>> recordConsumer)  
      • Methods inherited from class java.lang.Object

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

      • DatLoadFileReader

        public DatLoadFileReader()
    • Method Detail

      • withEachRecord

        public static void withEachRecord​(java.io.File sourceFile,
                                          java.util.function.Consumer<java.util.LinkedHashMap<java.lang.String,​java.lang.String>> recordConsumer)
                                   throws java.io.IOException
        Throws:
        java.io.IOException