public final class ResourceLoader extends Object
This class is temporary until the SciJava I/O API evolves to support locations inside of JAR files.
| Modifier and Type | Method and Description |
|---|---|
static File |
createFile(Class<?> c,
String resourcePath)
Creates a temporary file on disk with the contents of the given resource.
|
public static File createFile(Class<?> c, String resourcePath) throws IOException
IOExceptionCopyright © 2019–2022 scenery. All rights reserved.