NativeCall 0.4.1 review

Download
by rbytes.net on

NativeCall is a Java toolkit that lets you call operating system methods from whithin Java without JNI code. The current version 0

License: MIT/X Consortium License
File size: 0K
Developer: Johann Burkard
0 stars award from rbytes.net

NativeCall is a Java toolkit that lets you call operating system methods from whithin Java without JNI code.

The current version 0.4.0 supports structs, Strings, primitive types (ints and booleans), byte and char arrays and output parameters.

NativeCall 0.4.0 implements some minor changes to make the API more consistent and easier. NativeCall project also features more unit tests.

What's New in This Release:
The previous release could not create multiple pointers correctly.
Javadoc for Win32Verifier#verifyModuleName(String) was corrected.
Using a new Holder(null) now means new Holder(new Integer(0)).
Constructor method IDs are now cached.
int hashCode() methods have been optimized.

NativeCall 0.4.1 search tags