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
FileNotFoundException
public static Reader openReaderToFileFromClassPathOrPath(String filename) throws FileNotFoundException
FileNotFoundException
Copyright © 2018. All rights reserved.