JNIWrapper is a software development kit enabling you to work with native code from Java programs without using JNI. With JNIWrapper, you don't need to create native libraries to call a function of the operating system API or a function from any dynamic library. You write code in the Java language only, and JNIWrapper does the rest.
特征综述 About Feature
声明:本产品中文介绍为慧都控件网版权所有,未经慧都公司书面许可,严禁拷贝、转载!
Whether it’s Windows, Linux or Mac OS X, you can exploit the power of JNIWrapper on any of these platforms.
The main features of JNIWrapper include: - Ability to invoke any function with any parameters from a native code library.
- Support for both stdcall and cdecl calling conventions.
- Support for multiple data types including structures, unions, and pointers.
- Callbacks with any parameters and stdcall or cdecl calling conventions.
- High-perfomance handling of complex native-side data.
- Extensible architecture allows implementing new data types or customizing the existing ones.
- Support for thread-safe, truly concurrent function invocation.
- Customizable native library search mechanism.
- Completely automatic resource management.
- Conversion of crashes in native functions into Java exceptions.
- Code generation for custom C types, such as structures, unions, callbacks, etc.
更新时间:2008-2-28 | 录入时间:2007-2-15 | 编辑:liuzh | 审核:zhaohf