public class SQLiteLibraryLoader extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
SQLiteLibraryLoader.LibraryNameMapper |
| Constructor and Description |
|---|
SQLiteLibraryLoader() |
SQLiteLibraryLoader(SQLiteLibraryLoader.LibraryNameMapper mapper) |
| Modifier and Type | Method and Description |
|---|---|
static void |
copy(InputStream input,
OutputStream output) |
void |
doLoad() |
String |
getLibClasspathResourceName() |
File |
getNativeLibraryPath() |
static void |
load() |
void |
mustReload() |
public SQLiteLibraryLoader()
public SQLiteLibraryLoader(SQLiteLibraryLoader.LibraryNameMapper mapper)
public static void load()
public void doLoad()
public File getNativeLibraryPath()
public void mustReload()
public String getLibClasspathResourceName()
public static void copy(InputStream input, OutputStream output) throws IOException
IOExceptionCopyright © 2015. All rights reserved.