MCPcopy Create free account
hub / github.com/0opslab/opslabJutil / toCharArray

Method toCharArray

src/main/java/com/opslab/util/CharUtil.java:145–147  ·  view source on GitHub ↗

Converts byte array of default Jodd encoding to char array.

(byte[] barr)

Source from the content-addressed store, hash-verified

143 * Converts byte array of default Jodd encoding to char array.
144 */
145 public final static char[] toCharArray(byte[] barr) throws UnsupportedEncodingException {
146 return new String(barr, Opslab.UTF_8).toCharArray();
147 }
148
149 // ---------------------------------------------------------------- find
150

Callers 15

OpslabClass · 0.80
hexStringToBinMethod · 0.80
hexStringToByteMethod · 0.80
getPingYinMethod · 0.80
getFirstSpellMethod · 0.80
getFullSpellMethod · 0.80
isChineseMethod · 0.80
isMessyCodeMethod · 0.80
transCardLastNoMethod · 0.80
upperFirstCharMethod · 0.80
lowerFirstCharMethod · 0.80
pngCaptchaMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected