public class UnicodeString extends rpc.unicode_string
buffer, length, maximum_length| Constructor and Description |
|---|
UnicodeString(boolean zterm) |
UnicodeString(rpc.unicode_string rus,
boolean zterm) |
UnicodeString(String str,
boolean zterm) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
decode, encodepublic UnicodeString(boolean zterm)
zterm - whether the string should be zero terminatedpublic UnicodeString(rpc.unicode_string rus, boolean zterm)
rus - wrapped stringzterm - whether the string should be zero terminatedpublic UnicodeString(String str, boolean zterm)
str - wrapped stringzterm - whether the string should be zero terminatedCopyright © 2021. All rights reserved.