MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / charsToBytes

Method charsToBytes

vm/JavaAPI/src/java/lang/String.java:305–305  ·  view source on GitHub ↗
(char[] arr, char[] encoding)

Source from the content-addressed store, hash-verified

303 }
304
305 private static native byte[] charsToBytes(char[] arr, char[] encoding);
306
307 /**
308 * Convert this String into bytes according to the specified character encoding, storing the result into a new byte array.

Callers 1

getBytesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected