Class FileLoader
- java.lang.Object
-
- de.quantummaid.httpmaid.handler.http.files.FileLoader
-
public final class FileLoader extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static InputStreamloadFile(File file)static InputStreamloadJavaResource(MultiformatPath path)
-
-
-
Method Detail
-
loadFile
public static InputStream loadFile(File file)
-
loadJavaResource
public static InputStream loadJavaResource(MultiformatPath path)
-
-