org.cinvoke
Class CInvoke.ENC

java.lang.Object
  extended byorg.cinvoke.CInvoke.ENC
Enclosing class:
CInvoke

public class CInvoke.ENC
extends java.lang.Object

An enumeration which determines the encoding to use when marshalling strings.


Field Summary
static int UNICODE
          Marshal strings as two-byte Unicode values.
static int UTF8
          Marshal strings using the Java UTF-8 variant.
 
Constructor Summary
CInvoke.ENC()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UTF8

public static final int UTF8
Marshal strings using the Java UTF-8 variant.

See Also:
Constant Field Values

UNICODE

public static final int UNICODE
Marshal strings as two-byte Unicode values.

See Also:
Constant Field Values
Constructor Detail

CInvoke.ENC

public CInvoke.ENC()