public interface JniExtractor
| Modifier and Type | Method and Description |
|---|---|
File |
extractJni(String libPath,
String libname)
Extract a JNI library from the classpath to a temporary file.
|
void |
extractRegistered()
Extract all libraries which are registered for auto-extraction to files in
the temporary directory.
|
File extractJni(String libPath, String libname) throws IOException
libPath - library pathlibname - System.loadLibrary() compatible library nameIOExceptionvoid extractRegistered()
throws IOException
IOExceptionCopyright © 2010–2017 SciJava. All rights reserved.