Added Native.getNativeVersion()

This commit is contained in:
Adam Murdoch
2012-09-09 10:21:49 +10:00
parent b8d0830d44
commit af53881b0b

View File

@@ -19,6 +19,14 @@ public class Native {
private Native() {
}
/**
* Returns the version of the native library implementations used by this class.
*/
@ThreadSafe
static public String getNativeVersion() {
return String.valueOf(NativeLibraryFunctions.VERSION);
}
/**
* Initialises the native integration, if not already initialized.
*