Package de.intarsys.nativec.api
Class CWideString
- java.lang.Object
-
- 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
Constructors Constructor Description CWideString(java.lang.String string)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getString()
-