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

Method encode

CodenameOne/src/com/codename1/io/Util.java:1311–1316  ·  view source on GitHub ↗
(String str, String spaceChar)

Source from the content-addressed store, hash-verified

1309 }
1310
1311 private static String encode(String str, String spaceChar) {
1312 if (str == null) {
1313 return null;
1314 }
1315 return encode(toCharArray(str), spaceChar);
1316 }
1317
1318 /// Decodes a String URL encoded URL
1319 ///

Callers 2

encodeUrlMethod · 0.95
encodeBodyMethod · 0.95

Calls 5

toCharArrayMethod · 0.95
appendMethod · 0.95
appendHexMethod · 0.95
toStringMethod · 0.95
indexOfMethod · 0.65

Tested by

no test coverage detected