Uses of Class
com.jniwrapper.ZeroTerminatedString

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

Uses of ZeroTerminatedString in com.jniwrapper
 

Subclasses of ZeroTerminatedString in com.jniwrapper
 class AnsiString
          Represents a zero-terminated string of an 8-bit (ANSI) character declared in C as char[n], where n is the length of the buffer.
 class UnicodeString
          Represents a Unicode string (wchar_t *) for Unix platform.
 class WideString
          Represents Unicode string (wchar_t[n]) value and type, where n is the length of the buffer..