public class SharedLibraryExtractor extends Object
| Constructor and Description |
|---|
SharedLibraryExtractor() |
| Modifier and Type | Method and Description |
|---|---|
File |
extractLibrary(String libraryName,
String dirName)
Extracts the specified library into the specified temp directory (if it has not already been
extracted thereto, or if the CRC does not match).
|
public File extractLibrary(String libraryName, String dirName) throws IOException
libraryName - The library to extract from the classpath or JAR.dirName - The name of the subdirectory where the file will be extracted. If null, the
file's CRC will be used.IOExceptionCopyright © 2017. All Rights Reserved.