Uses of Interface
com.jniwrapper.StringParameter

Packages that use StringParameter
com.jniwrapper The com.jniwrapper package contains classes that allow calling native functions from Java(TM) code. 
 

Uses of StringParameter in com.jniwrapper
 

Classes in com.jniwrapper that implement StringParameter
 class AnsiString
          Represents a zero-terminated string of 8-bit (ANSI) character declared in C as (char *).
 class WideString
          Represents Unicode string (wchar_t *) value and type.
 class ZeroTerminatedString
          Base class for all types of zero-terminated strings.