java.lang.Object
com.luciad.imageio.webp.NativeLoader
The library files are automatically extracted from this project's package
(JAR).
usage: call
initialize() before using the library.- Author:
- leo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intstatic intstatic Stringstatic booleanLoads native library.
-
Constructor Details
-
NativeLoader
public NativeLoader()
-
-
Method Details
-
initialize
Loads native library.- Returns:
- True if native library is successfully loaded; false otherwise.
- Throws:
Exception
-
getMajorVersion
public static int getMajorVersion()- Returns:
- The major version of the library.
-
getMinorVersion
public static int getMinorVersion()- Returns:
- The minor version of the library.
-
getVersion
- Returns:
- The version of the library.
-