Class TempInputTextFileSlicer

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public final class TempInputTextFileSlicer
    extends java.lang.Object
    implements java.lang.AutoCloseable
    • Constructor Summary

      Constructors 
      Constructor Description
      TempInputTextFileSlicer​(java.lang.String loadStepId, java.lang.String srcFileName, java.util.List<FileManager> fileMgrs, java.lang.String configPath, java.util.List<com.github.akurilov.confuse.Config> configSlices, int batchSize)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      • Methods inherited from class java.lang.Object

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

      • TempInputTextFileSlicer

        public TempInputTextFileSlicer​(java.lang.String loadStepId,
                                       java.lang.String srcFileName,
                                       java.util.List<FileManager> fileMgrs,
                                       java.lang.String configPath,
                                       java.util.List<com.github.akurilov.confuse.Config> configSlices,
                                       int batchSize)
    • Method Detail

      • close

        public final void close()
        Specified by:
        close in interface java.lang.AutoCloseable