de.intarsys.nativec.api
Class CWideString

java.lang.Object
  extended by de.intarsys.nativec.api.CWideString

public final class CWideString
extends java.lang.Object

Wrapper class to indicate use of a "wide" string on native side.

Use this to indicate on a native call parameter or return type that you will deal with the platforms wide string capabilities.


Constructor Summary
CWideString(java.lang.String string)
           
 
Method Summary
 java.lang.String getString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CWideString

public CWideString(java.lang.String string)
Method Detail

getString

public java.lang.String getString()