- java.lang.Object
-
- com.github.akurilov.commons.io.TextStreamInput
-
- com.github.akurilov.commons.io.file.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
-
-
Field Summary
-
Fields inherited from interface com.github.akurilov.commons.io.file.FileInput
INPUT_OPEN_OPTIONS
-
-
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.PathgetFilePath()-
Methods inherited from class com.github.akurilov.commons.io.TextStreamInput
close, get, get, reset, skip
-
-
-
-
Method Detail
-
getFilePath
public java.nio.file.Path getFilePath()
- Specified by:
getFilePathin interfaceFileInput<java.lang.String>
-
-