MCPcopy Create free account
hub / github.com/JavaCourse00/JavaCourseCodes / decode

Method decode

01jvm/jvm/HelloClassLoader.java:19–21  ·  view source on GitHub ↗
(String base64)

Source from the content-addressed store, hash-verified

17 }
18
19 public byte[] decode(String base64) {
20 return Base64.getDecoder().decode(base64);
21 }
22}

Callers 2

findClassMethod · 0.95
mainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected