Closed barrycaceres closed 5 months ago
Existing JNI Java interface needs to be converted to "package-private" access.
New public interface will be created using the canonical method signatures.
This includes changing the C "glue code" for JNI with new package/class naming as needed.
This ALSO includes javadoc documentation of all methods.
javadoc
Done
Existing JNI Java interface needs to be converted to "package-private" access.
New public interface will be created using the canonical method signatures.
This includes changing the C "glue code" for JNI with new package/class naming as needed.
This ALSO includes
javadoc
documentation of all methods.