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

Method sFromBase64

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

Source from the content-addressed store, hash-verified

136 }
137
138 public static String sFromBase64(String s) {
139 return baosFromBase64(s).toString();
140 }
141
142 private static ByteArrayOutputStream baosFromBase64(String s) {
143 int padding=0;

Callers 1

blockArrivedMethod · 0.95

Calls 2

baosFromBase64Method · 0.95
toStringMethod · 0.45

Tested by

no test coverage detected