Class TextFileInput

  • All Implemented Interfaces:
    FileInput<java.lang.String>, Input<java.lang.String>, java.io.Closeable, java.lang.AutoCloseable

    public class TextFileInput
    extends TextStreamInput
    implements FileInput<java.lang.String>
    Text file based lines input
    • Constructor Summary

      Constructors 
      Constructor Description
      TextFileInput​(java.nio.file.Path filePath)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.nio.file.Path getFilePath()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.io.Closeable

        close
    • Constructor Detail

      • TextFileInput

        public TextFileInput​(java.nio.file.Path filePath)
                      throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • getFilePath

        public java.nio.file.Path getFilePath()
        Specified by:
        getFilePath in interface FileInput<java.lang.String>