org.mockserver.file
Class FileReader
java.lang.Object
org.mockserver.file.FileReader
public class FileReader
- extends Object
- Author:
- jamesdbloom
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileReader
public FileReader()
readFileFromClassPathOrPath
public static String readFileFromClassPathOrPath(String filePath)
openStreamToFileFromClassPathOrPath
public static InputStream openStreamToFileFromClassPathOrPath(String filename)
throws FileNotFoundException
- Throws:
FileNotFoundException
openReaderToFileFromClassPathOrPath
public static Reader openReaderToFileFromClassPathOrPath(String filename)
throws FileNotFoundException
- Throws:
FileNotFoundException
Copyright © 2017. All rights reserved.