SWIG/Examples/java/typemap/
Typemaps in Java
$Header: /cvsroot/swig/SWIG/Examples/java/typemap/index.html,v 1.3 2002/11/30 22:10:03 beazley Exp $
This example shows how typemaps can be used to modify the default behaviour of the Java SWIG module.
Notes
- Shows how to pass strings to Java from c and visa versa.
- Typemaps can modify the default behaviour of the Java SWIG module.
- The default c to java mapping can be modified using typemaps.