MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / fromBase64

Method fromBase64

src/main/java/util/Strconv.java:134–136  ·  view source on GitHub ↗
(String s)

Source from the content-addressed store, hash-verified

132 }
133
134 public static byte[] fromBase64(String s) {
135 return baosFromBase64(s).toByteArray();
136 }
137
138 public static String sFromBase64(String s) {
139 return baosFromBase64(s).toString();

Callers 4

fetchMediaElementsMethod · 0.95
blockArrivedMethod · 0.95
blockArrivedMethod · 0.95
processServerMessageMethod · 0.95

Calls 1

baosFromBase64Method · 0.95

Tested by

no test coverage detected