MCPcopy Create free account
hub / github.com/aa112901/remusic / encode

Method encode

app/src/main/java/com/wm/remusic/net/BMA.java:664–673  ·  view source on GitHub ↗
(String str)

Source from the content-addressed store, hash-verified

662 }
663
664 public static String encode(String str) {
665 if (str == null) return "";
666
667 try {
668 return URLEncoder.encode(str, "utf-8");
669 } catch (UnsupportedEncodingException e) {
670 e.printStackTrace();
671 }
672 return str;
673 }
674
675}

Callers 10

urlEncodeMethod · 0.45
tagSongsMethod · 0.45
billSongListMethod · 0.45
geDanByTagMethod · 0.45
channelSongMethod · 0.45
searchSugestionMethod · 0.45
searchLrcPicMethod · 0.45
searchMergeMethod · 0.45
searchAccompanyMethod · 0.45
encrptyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected