public class ResourceLoader
extends java.lang.Object
ResourceLoader
, and
reverts to using that class's Resources if it cannot locate a resource in it's own JAR.Constructor and Description |
---|
ResourceLoader() |
Modifier and Type | Method and Description |
---|---|
java.io.InputStream |
getResourceStream(java.lang.String path) |
void |
saveResourceToFile(java.lang.String resPath,
java.io.File toFile) |
public java.io.InputStream getResourceStream(java.lang.String path) throws java.io.IOException
java.io.IOException
public void saveResourceToFile(java.lang.String resPath, java.io.File toFile) throws java.io.IOException
java.io.IOException
Copyright © 2013. All Rights Reserved.