- java.lang.Object
-
- com.github.akurilov.commons.io.TextStreamInput
-
- com.github.akurilov.commons.io.file.TextFileInput
-
- All Implemented Interfaces:
FileInput<java.lang.String>,FileIo,Input<java.lang.String>,java.lang.AutoCloseable,java.util.function.Supplier<java.lang.String>
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.FileIo
INPUT_OPEN_OPTIONS, OUTPUT_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.PathfilePath()-
Methods inherited from class com.github.akurilov.commons.io.TextStreamInput
close, get, get, reset, skip
-
-