public static final class InputReaders.FileInput extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
InputReaders.FileInput.Provider
Provides the file input.
|
Constructor and Description |
---|
FileInput(File file,
Charset charset)
Creates the new input representing the given file.
|
Modifier and Type | Method and Description |
---|---|
Charset |
getCharset()
Returns the charset for reading the file.
|
File |
getFile()
Returns the file represented by this input.
|