Package org.bytedeco.javacpp.annotation
Annotation Type AsUtf16
Indicates that
String
should be mapped to array of UTF-16
code units (unsigned short*
) instead of byte array (const char*
).- See Also: