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:
- twall@users.sf.net
-
Constructor Details
-
WString
-
-
Method Details
-
toString
- Specified by:
toStringin interfaceCharSequence- Overrides:
toStringin classObject
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable
-
length
public int length()- Specified by:
lengthin interfaceCharSequence
-
charAt
public char charAt(int index) - Specified by:
charAtin interfaceCharSequence
-
subSequence
- Specified by:
subSequencein interfaceCharSequence
-