MCPcopy Create free account
hub / github.com/FongMi/TV / base64

Method base64

catvod/src/main/java/com/github/catvod/utils/Util.java:31–33  ·  view source on GitHub ↗
(String s)

Source from the content-addressed store, hash-verified

29 public static final int URL_SAFE = Base64.DEFAULT | Base64.URL_SAFE | Base64.NO_WRAP;
30
31 public static String base64(String s) {
32 return base64(s.getBytes());
33 }
34
35 public static String base64(byte[] bytes) {
36 return base64(bytes, Base64.DEFAULT | Base64.NO_WRAP);

Callers 4

successMethod · 0.95
addKeysMethod · 0.95
extUrlMethod · 0.95
categoryContentMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected