[Samurai-graph-cvs 15977] CVS update: samurai-graph/contrib/jna
kuromaru @ users.sourceforge.jp
kuromaru @ users.sourceforge.jp
Index: samurai-graph/contrib/jna/readme.txt diff -u /dev/null samurai-graph/contrib/jna/readme.txt:1.1 --- /dev/null Fri Mar 16 14:16:44 2012 +++ samurai-graph/contrib/jna/readme.txt Fri Mar 16 14:16:44 2012 @@ -0,0 +1,24 @@ +Java Native Access (JNA) 3.3.0 by Timothy Wall + +JNA provides Java programs easy access to native shared libraries +(DLLs on Windows) without writing anything but Java code?no JNI or native code +is required. This functionality is comparable to Windows' Platform/Invoke and +Python's ctypes. Access is dynamic at runtime without code generation. +JNA allows you to call directly into native functions using natural Java method +invocation. The Java call looks just like it does in native code. Most calls +require no special handling or configuration; no boilerplate or generated code +is required. +The JNA library uses a small native library stub to dynamically invoke native +code. The developer uses a Java interface to describe functions and structures +in the target native library. This makes it quite easy to take advantage of +native platform features without incurring the high overhead of configuring +and building JNI code for multiple platforms. +While some attention is paid to performance, correctness and ease of use take +priority. +JNA includes a platform library with many native functions already mapped as +well as a set of utility interfaces that simplify native access. + +Project page : https://github.com/twall/jna + +License : See license.txt +
Samurai-graph-cvs メーリングリストの案内 |