Method
bytesToChars
(byte[] b, int off, int len, String encoding)
Source from the content-addressed store, hash-verified
| 110 | } |
| 111 | |
| 112 | private static native char[] bytesToChars(byte[] b, int off, int len, String encoding); |
| 113 | |
| 114 | /** |
| 115 | * Allocates a new String so that it represents the sequence of characters currently contained in the character array argument. The contents of the character array are copied; subsequent modification of the character array does not affect the newly created string. |
Tested by
no test coverage detected