Uses of Class
com.jniwrapper.CharacterEncoding

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

Uses of CharacterEncoding in com.jniwrapper
 

Fields in com.jniwrapper declared as CharacterEncoding
static CharacterEncoding CharacterEncoding.ANSI
           
static CharacterEncoding CharacterEncoding.Unicode
           
 

Methods in com.jniwrapper that return CharacterEncoding
 CharacterEncoding ExternalStringPointer.getEncoding()
          Returns the specified encoding of this string pointer.
 

Methods in com.jniwrapper with parameters of type CharacterEncoding
 void ExternalStringPointer.setEncoding(CharacterEncoding encoding)
          Specifies encoding of this string pointer.
 

Constructors in com.jniwrapper with parameters of type CharacterEncoding
ExternalStringArray(Pointer.Void handle, CharacterEncoding characterEncoding)
          Creates an array of strings from the memory block pointed by the handle.
ExternalStringPointer(CharacterEncoding encoding)
          Constructs a null string pointer with specified encoding.
ExternalStringPointer(long handle, CharacterEncoding encoding)
          Creates a string pointer by the specified address and character encoding.
ExternalStringPointer(Pointer.Void handle, CharacterEncoding encoding)
          Creates a string pointer by the specified address and character encoding.