public class FileReader extends Object
| Constructor and Description | 
|---|
FileReader()  | 
| Modifier and Type | Method and Description | 
|---|---|
static Reader | 
openReaderToFileFromClassPathOrPath(String filename)  | 
static InputStream | 
openStreamToFileFromClassPathOrPath(String filename)  | 
static String | 
readFileFromClassPathOrPath(String filePath)  | 
public static InputStream openStreamToFileFromClassPathOrPath(String filename) throws FileNotFoundException
FileNotFoundExceptionpublic static Reader openReaderToFileFromClassPathOrPath(String filename) throws FileNotFoundException
FileNotFoundExceptionCopyright © 2022. All rights reserved.