Closed barrycaceres closed 7 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
Committed the changes -- will merge when changing repositories
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.