Package anlavn.file
Class NativeLibrary
java.lang.Object
anlavn.file.NativeLibrary
The NativeLibrary class supports to loading dynamic libraries.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NativeLibrary
public NativeLibrary()
-
-
Method Details
-
load
Use this method to loads library from specific location.- Parameters:
filePath
- is specific location of library file.
Example: "package/File.dll".
-