Uses of Interface
com.jniwrapper.AlignmentAwareParameter

Packages that use AlignmentAwareParameter
com.jniwrapper The com.jniwrapper package contains classes that allow calling native functions from Java(TM) code. 
com.jniwrapper.jawt The com.jniwrapper.jawt package contains auxiliary classes for accessing the JAWT features of the underlying platform. 
 

Uses of AlignmentAwareParameter in com.jniwrapper
 

Classes in com.jniwrapper that implement AlignmentAwareParameter
 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 ComplexArray
          Represents an array of objects.
 class PrimitiveArray
          Represents an array of primitive types such as array of bytes or array of integer values.
 class Str
          Represents a string data that depends on Unicode support of an operating system under which the code is being executed.
 class Structure
          The class represents structures in terms of C language.
 class UnicodeString
          Represents a Unicode string (wchar_t *) for Unix platform.
 class Union
          Represents a C union type.
 class WideString
          Represents Unicode string (wchar_t[n]) value and type, where n is the length of the buffer..
 class ZeroTerminatedString
          Base class for all types of zero-terminated strings.
 

Uses of AlignmentAwareParameter in com.jniwrapper.jawt
 

Classes in com.jniwrapper.jawt that implement AlignmentAwareParameter
 class JAWT_DrawingSurface
          JAWT drawing surface structure.
 class JAWT_DrawingSurfaceInfo
          Information about a current drawing surface configuration.
 class JAWT_Rectangle
          A rectangle structure.