Set the desired encoding to use when writing String fields to native memory. @param encoding desired encoding
(String encoding)
| 273 | * @param encoding desired encoding |
| 274 | */ |
| 275 | protected void setStringEncoding(String encoding) { |
| 276 | this.encoding = encoding; |
| 277 | } |
| 278 | |
| 279 | /** Encoding to use to convert {@link String} to native <code>const |
| 280 | * char*</code>. Defaults to {@link Native#getDefaultStringEncoding()}. |
no outgoing calls