public final class FileReader
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
private |
FileReader()
private constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
read(java.lang.String pathToRead)
Reads the file in the given part and returns a string representation.
|
public static java.lang.String read(java.lang.String pathToRead)
throws ReaderException
pathToRead - The path to read.ReaderException - If the Reader causes an exception.