Class 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()  
      • 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()