public class ResourceLoader extends Object
| Constructor and Description |
|---|
ResourceLoader() |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getResourceStream(String path) |
void |
saveResourceToFile(String resPath,
File toFile) |
public InputStream getResourceStream(String path) throws IOException
IOExceptionpublic void saveResourceToFile(String resPath, File toFile) throws IOException
IOExceptionCopyright © 2019. All rights reserved.