Package com.sun.jna
Class WString
java.lang.Object
com.sun.jna.WString
- All Implemented Interfaces:
CharSequence
,Comparable
Simple wrapper class to identify a wide string argument or return type.
- Author:
- [email protected]
-
Constructor Details
-
WString
-
-
Method Details
-
toString
- Specified by:
toString
in interfaceCharSequence
- Overrides:
toString
in classObject
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareTo
in interfaceComparable
-
length
public int length()- Specified by:
length
in interfaceCharSequence
-
charAt
public char charAt(int index) - Specified by:
charAt
in interfaceCharSequence
-
subSequence
- Specified by:
subSequence
in interfaceCharSequence
-