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

Method decode

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

Source from the content-addressed store, hash-verified

45 }
46
47 public static byte[] decode(String s) {
48 return decode(s, Base64.DEFAULT | Base64.NO_WRAP);
49 }
50
51 public static byte[] decode(String s, int flags) {
52 return Base64.decode(s, flags);

Callers 10

getStreamMethod · 0.95
getStreamMethod · 0.95
getStreamMethod · 0.95
aesMethod · 0.80
rsaMethod · 0.80
generateKeyMethod · 0.80
getPathFromUriMethod · 0.80
startMethod · 0.80
base64Method · 0.80
getSoKeyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected