public class SharedLibraryExtractor
extends java.lang.Object
| Constructor and Description |
|---|
SharedLibraryExtractor() |
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
extractLibrary(java.lang.String libraryName,
java.lang.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 java.io.File extractLibrary(java.lang.String libraryName,
java.lang.String dirName)
throws java.io.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.java.io.IOExceptionCopyright © 2018. All Rights Reserved.