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

Method bytesToChars

vm/JavaAPI/src/java/lang/String.java:112–112  ·  view source on GitHub ↗
(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.

Callers 1

StringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected