(char[] arr, char[] encoding)
| 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. |