public class TextFileInput extends TextStreamInput implements FileInput<java.lang.String>
INPUT_OPEN_OPTIONS| Constructor and Description |
|---|
TextFileInput(java.nio.file.Path filePath) |
| Modifier and Type | Method and Description |
|---|---|
java.nio.file.Path |
getFilePath() |
close, get, get, reset, skippublic TextFileInput(java.nio.file.Path filePath)
throws java.io.IOException
java.io.IOExceptionpublic java.nio.file.Path getFilePath()
getFilePath in interface FileInput<java.lang.String>