Package org.bytedeco.javacpp.annotation
Annotation Type AsUtf16
-
@Documented @Retention(RUNTIME) @Target({METHOD,PARAMETER}) public @interface AsUtf16Indicates thatStringshould be mapped to array of UTF-16 code units (unsigned short*) instead of byte array (const char*).- See Also:
Generator