public class FileReader extends Object
| Constructor and Description | 
|---|
FileReader()  | 
| Modifier and Type | Method and Description | 
|---|---|
static URL | 
getURL(String filepath)  | 
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 © 2020. All rights reserved.